feat: remove when condition

This commit is contained in:
Simon Cornet 2025-10-03 10:20:47 +02:00
commit 8bf1f92ec6

View file

@ -2,7 +2,6 @@
# load variables and collect version information
- name: "include vars and collect versions"
when: "zabbix_agent_enable"
block:
# collect zabbix-agent2 version information
@ -18,9 +17,7 @@
# zabbix-agent install
- name: "zabbix-agent install"
ansible.builtin.include_tasks: "install.yaml"
when: "zabbix_agent_enable"
# zabbix-agent config
- name: "zabbix-agent config"
ansible.builtin.include_tasks: "config.yaml"
when: "zabbix_agent_enable"