diff --git a/tasks/main.yaml b/tasks/main.yaml index ca2ac74..3606157 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -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"