feat: use never tag
This commit is contained in:
parent
b3d8a7d8cd
commit
cdfed436a2
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
- name: "include vars and collect versions"
|
- name: "include vars and collect versions"
|
||||||
when: "zabbix_agent_enable"
|
when: "zabbix_agent_enable"
|
||||||
tags:
|
tags:
|
||||||
- "always"
|
- "never"
|
||||||
- "zabbix_agent_install"
|
- "zabbix_agent_install"
|
||||||
- "zabbix_agent_config"
|
- "zabbix_agent_config"
|
||||||
block:
|
block:
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
ansible.builtin.import_tasks: "install.yaml"
|
ansible.builtin.import_tasks: "install.yaml"
|
||||||
when: "zabbix_agent_enable"
|
when: "zabbix_agent_enable"
|
||||||
tags:
|
tags:
|
||||||
- "always"
|
- "never"
|
||||||
- "zabbix_agent_install"
|
- "zabbix_agent_install"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -33,5 +33,5 @@
|
||||||
ansible.builtin.import_tasks: "config.yaml"
|
ansible.builtin.import_tasks: "config.yaml"
|
||||||
when: "zabbix_agent_enable"
|
when: "zabbix_agent_enable"
|
||||||
tags:
|
tags:
|
||||||
- "always"
|
- "never"
|
||||||
- "zabbix_agent_config"
|
- "zabbix_agent_config"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue