feat: try to fix the role issue

This commit is contained in:
Simon Cornet 2025-10-02 17:23:37 +02:00
commit 192a41aa8f

View file

@ -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"