2fc6d4cfc5
Depends-On: https://review.openstack.org/#/c/642958 Depends-On: https://review.openstack.org/642984 Change-Id: If795a9eb3ec92f75867ce3f755d6b832eba31af9
15 lines
312 B
YAML
15 lines
312 B
YAML
---
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['placement-api']
|
|
|
|
- include_tasks: clone.yml
|
|
when: placement_dev_mode | bool
|
|
|
|
- include_tasks: config.yml
|
|
|
|
- include_tasks: bootstrap.yml
|
|
when: inventory_hostname in groups['placement-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|