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

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 4c8cba35
Branches main
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: "Common GoLang"
set_fact: role_golang_started=true
tags: always
tags: 'always'
- block:
......@@ -15,6 +15,6 @@
- name: "Remember that this role had been run"
set_fact: role_golang_completed=true
tags: always
tags: 'always'
when: '"golang" not in excluded_roles and role_golang_completed is not 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