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

ansible-playbooks/general#72 Always use import_tasks or include_tasks instead of just include

parent 7fbd7b3b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- block: - block:
- include: 'vpn.yml' - import_tasks: 'vpn.yml'
- name: 'Remember that this role had been run' - name: 'Remember that this role had been run'
set_fact: role_vpn_completed=true set_fact: role_vpn_completed=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment