Skip to content
Snippets Groups Projects
Commit 50a7a14a authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated "include" directive in Ansible 2.4

parent b157e437
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment