dj-wasabi / ansible-zabbix-agent

Installing and maintaining zabbix-agent for RedHat/Debian/Ubuntu/Windows/Suse.
https://galaxy.ansible.com/dj-wasabi/zabbix-agent
MIT License
327 stars 249 forks source link

Adaptation of #233 for Debian #306

Closed dv8472 closed 4 years ago

dv8472 commented 4 years ago

Hi, could you please update the tasks/Debian.yml with adaptation of #233 for Debian too? Here are the changes (diff):


<     - ansible_distribution == "Ubuntu"
---
>     - ansible_distribution in ['Ubuntu', 'Debian']
43c43
<     - ansible_distribution == "Ubuntu"
---
>     - ansible_distribution in ['Ubuntu', 'Debian']