3c3191692f
Co-Authored-By: Bartosz Bezak <bartosz@stackhpc.com> Depends-On: https://review.opendev.org/c/openstack/kolla/+/782906 Change-Id: I73cd776772a45c9ffcb045f4d0eff8f4bdc997f1
11 lines
202 B
YAML
11 lines
202 B
YAML
---
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- import_tasks: bootstrap.yml
|
|
when: inventory_hostname in groups['ovn-controller']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|