Commit cdfed436 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use never tag

parent b3d8a7d8
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"