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

ansible-playbooks/general#19 Set role header

parent 1c03af6e
No related branches found
No related tags found
No related merge requests found
---
# file: roles/cloud/tasks/main.yml
- include: "{{ cloud|default('none') }}/{{ mode }}.yml"
- name: "Cloud Role"
set_fact: role_cloud_started=true
tags: always
- include: "{{ mode }}.yml"
- block:
- include: "{{ cloud|default('none') }}/{{ mode }}.yml"
- include: "{{ mode }}.yml"
when: '"cloud" not in excluded_roles'
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