feat: add always tag

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

View file

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