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:
parent
7347a11135
commit
bb3beb57c1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user