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