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

ansible-playbooks/general#85 Linting

parent 6a2c0394
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@
- block:
- import_tasks: vpn.yml
- import_tasks: vpn.yml
- name: Remember that this role had been run
set_fact:
role_vpn_completed: yes
tags:
- always
- name: Remember that this role had been run
set_fact:
role_vpn_completed: yes
tags:
- always
when: not excluded_roles or "vpn" not in excluded_roles and role_vpn_completed is not defined and vpn is defined and vpn.subnet is defined
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