Merge "Bring consistency to tags"
This commit is contained in:
commit
9d2576d14f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user