10 lines
265 B
YAML
10 lines
265 B
YAML
|
---
|
||
|
- import_tasks: zabbix-agent-deb.yml
|
||
|
when:
|
||
|
- zabbix_agent_install | bool
|
||
|
- ansible_distribution_file_variety == "Debian"
|
||
|
- import_tasks: zabbix-agent-rh.yml
|
||
|
when:
|
||
|
- ansible_distribution_file_variety == "RedHat"
|
||
|
- zabbix_agent_install | bool
|