From cdfed436a21572ea10b1cf42d8045465192b1f64 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 17:16:53 +0200 Subject: [PATCH] feat: use never tag --- tasks/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index ff3317c..ca2ac74 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -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"