dj-wasabi/ansible-zabbix-agent

Adaptation of #233 for Debian

dv8472 opened this issue · 0 comments

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']