
The multitude of set_fact tasks have been replaced with task variables. The deprecated docker_custom_option variable has been removed. Change-Id: If3468ab06a64b5998314da1de2644cef3999ece6
12 lines
232 B
YAML
12 lines
232 B
YAML
---
|
|
- import_tasks: pre-install.yml
|
|
|
|
- import_tasks: install.yml
|
|
|
|
- import_tasks: post-install.yml
|
|
|
|
- include_tasks: configure-ceph-for-zun.yml
|
|
when:
|
|
- zun_configure_for_cinder_ceph | bool
|
|
- "'zun-compute' in group_names"
|