feat: remove when condition

This commit is contained in:
Simon Cornet 2025-10-03 13:07:15 +02:00
commit fa3c365523

View file

@ -2,7 +2,6 @@
# load variables and collect version information
- name: "include vars and collect versions"
when: "zabbix_agent_enable"
block:
# load os specific variables
@ -21,5 +20,4 @@
# zabbix-agent prerequisites
- name: "zabbix-agent prerequisites"
when: "zabbix_agent_enable"
ansible.builtin.import_tasks: "prerequisites.yaml"