13 lines
234 B
YAML
Raw Normal View History

---
- include_tasks: get_resources_info.yml
when: octavia_auto_configure | bool
- import_tasks: config.yml
- import_tasks: check-containers.yml
- import_tasks: bootstrap_service.yml
- name: Flush handlers
meta: flush_handlers