991695a272
Condition check are already performed here: https://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml In order to simplify codebase, these checks can be removed for standalone services. Change-Id: Ib9842cd5363a1c7e56234a5e91dc264f89e2838f
16 lines
224 B
YAML
16 lines
224 B
YAML
---
|
|
- include: config.yml
|
|
|
|
- include: bootstrap.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: init_fernet.yml
|
|
when:
|
|
- keystone_token_provider == 'fernet'
|
|
|
|
- include: register.yml
|
|
|
|
- include: check.yml
|