3e0f4f2bd0
Change-Id: I51054561af93f03e09fa86eeec7c579aca103cdf
11 lines
202 B
YAML
11 lines
202 B
YAML
---
|
|
- include_tasks: config.yml
|
|
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['monasca-api']
|
|
|
|
- include_tasks: bootstrap_service.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|