3411b9e420
Config plays do not need to check containers. This avoids skipping tasks during the genconfig action. Ironic and Glance rolling upgrades are handled specially. Swift and Bifrost do not use the handlers at all. Partially-Implements: blueprint performance-improvements Change-Id: I140bf71d62e8f0932c96270d1f08940a5ba4542a
14 lines
210 B
YAML
14 lines
210 B
YAML
---
|
|
- import_tasks: register.yml
|
|
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- include_tasks: clone.yml
|
|
when:
|
|
- kuryr_dev_mode | bool
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|