43813b8a6d
Change-Id: I672d6fea935cbe7416ebd0cfff5006fddb9cd534 Partially-implements: blueprint better-reconfigure
10 lines
195 B
YAML
10 lines
195 B
YAML
---
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['grafana']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['grafana']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|