
By adding a name section, we can get some sense of which tasks are skipped or inlcluded during the playthrough. Change-Id: Ib0c083a7e3a761ab39f7f3e632bd4e0400a34b61
13 lines
263 B
YAML
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"
|