feat: remove when condition
This commit is contained in:
parent
0d0b0e692a
commit
8bf1f92ec6
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# load variables and collect version information
|
||||
- name: "include vars and collect versions"
|
||||
when: "zabbix_agent_enable"
|
||||
block:
|
||||
|
||||
# collect zabbix-agent2 version information
|
||||
|
|
@ -18,9 +17,7 @@
|
|||
# zabbix-agent install
|
||||
- name: "zabbix-agent install"
|
||||
ansible.builtin.include_tasks: "install.yaml"
|
||||
when: "zabbix_agent_enable"
|
||||
|
||||
# zabbix-agent config
|
||||
- name: "zabbix-agent config"
|
||||
ansible.builtin.include_tasks: "config.yaml"
|
||||
when: "zabbix_agent_enable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue