Merge "Bring consistency to tags"

This commit is contained in:
Jenkins 2017-01-11 09:45:30 +00:00 committed by Gerrit Code Review
commit 9d2576d14f

View File

@ -42,27 +42,26 @@
- include: heat_post_install.yml
tags:
- heat-install
- heat-config
- include: heat_init_common.yml
tags:
- heat-install
- heat-config
- include: heat_domain_setup.yml
when: inventory_hostname == groups['heat_all'][0]
tags:
- heat-install
- heat-config
- include: heat_db_setup.yml
when: inventory_hostname == groups['heat_all'][0]
tags:
- heat-install
- heat-config
- include: heat_service_setup.yml
when: inventory_hostname == groups['heat_all'][0]
tags:
- heat-install
- heat-config
- name: Flush handlers
meta: flush_handlers