From 0ab830a2df4c60cf911ca49c754aa8333903b277 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 17:18:16 +0200 Subject: [PATCH] feat: remove tags --- tasks/main.yaml | 11 ----------- 1 file changed, 11 deletions(-) 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"