Skip to content
Snippets Groups Projects
deploy.yml 159 B
Newer Older
---
- include_tasks: register.yml
  when: inventory_hostname in groups['nova-api']

- include_tasks: config.yml
- name: Flush handlers
  meta: flush_handlers