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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 1fda9d73
Branches
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
- block: - block:
- include_tasks: install.yml - import_tasks: install.yml
- include_tasks: configure.yml - import_tasks: configure.yml
- name: 'Remember that this role had been run' - name: 'Remember that this role had been run'
set_fact: role_fail2ban_completed=true set_fact: role_fail2ban_completed=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment