kolla-ansible/ansible/roles/vmtp/tasks/deploy.yml
caoyuan 05e874040c Optimize reconfigure action for vmtp
Change-Id: I9f76c8e7520cabcc0a35394c5a2ef48962e3939d
Partially-implements: blueprint better-reconfigure
2017-01-26 21:45:43 +08:00

7 lines
118 B
YAML

---
- include: config.yml
when: inventory_hostname in groups['vmtp']
- name: Flush handlers
meta: flush_handlers