Commit 192a41aa authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: try to fix the role issue

parent d453c4cb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"