Erik Berg bb3beb57c1
baremetal: improve task output readability
By adding a name section, we can get some sense of which tasks are
skipped or inlcluded during the playthrough.

Change-Id: Ib0c083a7e3a761ab39f7f3e632bd4e0400a34b61
2023-01-11 09:02:50 +01:00

13 lines
263 B
YAML

---
- import_tasks: pre-install.yml
- import_tasks: install.yml
- import_tasks: post-install.yml
- name: configure ceph for zun
include_tasks: configure-ceph-for-zun.yml
when:
- zun_configure_for_cinder_ceph | bool
- "'zun-compute' in group_names"