Merge "baremetal: improve task output readability"

This commit is contained in:
Zuul 2023-02-08 09:16:56 +00:00 committed by Gerrit Code Review
commit b92ab57d4d

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"