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

ansible-playbooks/general#19 Set role header

parent a7fd1bbf
No related branches found
No related tags found
No related merge requests found
---
# file: roles/commonauth/tasks/main.yml
- include: commonauth.yml
when: '"commonauth" not in excluded_roles and role_commonauth_completed is not defined'
- name: "Common Auth Role"
set_fact: role_commonauth_started=true
tags: always
- name: 'Commonauth | Remember that this role had been run'
set_fact: role_commonauth_completed=true
when: role_commonauth_completed is not defined
- block:
- include: commonauth.yml
when: '"commonauth" not in excluded_roles and role_commonauth_completed is not defined'
- name: 'Commonauth | Remember that this role had been run'
set_fact: role_commonauth_completed=true
when: role_commonauth_completed is not defined
when: '"commonauth" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment