Commit 0ab830a2 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove tags

parent cdfed436
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -3,10 +3,6 @@
# load variables and collect version information
- name: "include vars and collect versions"
  when: "zabbix_agent_enable"
  tags:
    - "never"
    - "zabbix_agent_install"
    - "zabbix_agent_config"
  block:

    # collect zabbix-agent2 version information
@@ -23,15 +19,8 @@
- name: "zabbix-agent install"
  ansible.builtin.import_tasks: "install.yaml"
  when: "zabbix_agent_enable"
  tags:
    - "never"
    - "zabbix_agent_install"


# zabbix-agent config
- name: "zabbix-agent config"
  ansible.builtin.import_tasks: "config.yaml"
  when: "zabbix_agent_enable"
  tags:
    - "never"
    - "zabbix_agent_config"