diff --git a/tasks/main.yml b/tasks/main.yml index 0166950799dd3ae65a8b2defab643b20376e3d9a..3bef0cc18eb1198742e25603140a9cdbae8925f5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,10 +12,10 @@ path: '/etc/init.d/zabbix-agent' register: zabbix_available - - include: install.yml + - include_tasks: install.yml when: not zabbix_available.stat.exists - - include: config.yml + - include_tasks: config.yml - name: 'Remember that this role had been run' set_fact: role_zabbix_agent_completed=true