feat: try to fix the role issue
This commit is contained in:
parent
d453c4cbd5
commit
192a41aa8f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@
|
|||
|
||||
# zabbix-agent install
|
||||
- name: "zabbix-agent install"
|
||||
ansible.builtin.import_tasks: "install.yaml"
|
||||
ansible.builtin.include_tasks: "install.yaml"
|
||||
when: "zabbix_agent_enable"
|
||||
|
||||
# zabbix-agent config
|
||||
- name: "zabbix-agent config"
|
||||
ansible.builtin.import_tasks: "config.yaml"
|
||||
ansible.builtin.include_tasks: "config.yaml"
|
||||
when: "zabbix_agent_enable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue