feat: use never tag

This commit is contained in:
Simon Cornet 2025-10-02 17:16:53 +02:00
commit cdfed436a2

View file

@ -4,7 +4,7 @@
- name: "include vars and collect versions"
when: "zabbix_agent_enable"
tags:
- "always"
- "never"
- "zabbix_agent_install"
- "zabbix_agent_config"
block:
@ -24,7 +24,7 @@
ansible.builtin.import_tasks: "install.yaml"
when: "zabbix_agent_enable"
tags:
- "always"
- "never"
- "zabbix_agent_install"
@ -33,5 +33,5 @@
ansible.builtin.import_tasks: "config.yaml"
when: "zabbix_agent_enable"
tags:
- "always"
- "never"
- "zabbix_agent_config"