ansible-role-cloud-launcher/tasks/create_role.yml
Ian Wienand 7dc9777628 Add the cloud name to more task details
Add the cloud name to make it easier to debug what's going on in each
teask when you have this running on many clouds.

Change-Id: Ife331f8048d18e8ecb8743d1cdedadbdedffa2a2
2018-11-07 10:09:15 +11:00

7 lines
276 B
YAML

---
- name: "Processing role {{ item_role.name }} for {{ item_cloud.oscc_cloud|default(item_cloud.name) }}"
os_keystone_role:
cloud: "{{ item_cloud.oscc_cloud|default(item_cloud.name) }}"
state: "{{ item_role.state|default(omit) }}"
name: "{{ item_role.name }}"