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
This commit is contained in:
Erik Berg 2023-01-11 08:57:21 +01:00
parent 7347a11135
commit bb3beb57c1
No known key found for this signature in database
GPG Key ID: 1182D19B0E5ED030

View File

@ -5,7 +5,8 @@
- import_tasks: post-install.yml
- include_tasks: configure-ceph-for-zun.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"