ansible-role-cloud-launcher/tasks/main.yml
Ricardo Carrillo Cruz fa645b641e Provide a human-readable output on role executions
The output of Ansible is hard to read, so adding tasks names to
all tasks for better debugging.

Change-Id: I6e4dfa0fbcefca4521d0650d6dd46bcf753b38f8
2016-09-07 16:02:22 +02:00

7 lines
229 B
YAML

---
- name: "Processing clouds resources"
include: create_clouds_resources.yml
with_items: "{{ clouds if cloud is not defined else clouds|selectattr('name', 'equalto', cloud)|list }}"
loop_control:
loop_var: item_cloud