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

Replace deprecated "include" directive in Ansible 2.4

parent f5a7271c
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
- block:
- include: install.yml
- include_tasks: install.yml
- include: configure.yml
- include_tasks: configure.yml
- name: 'Remember that this role had been run'
set_fact: role_fail2ban_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