Revert dynamic includes for inventory-based conditionals
Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Ife151acc79e4145b5fb78beb0dcf009c79d66196
This commit is contained in:
parent
93f96641f3
commit
f71a7a83cd
@ -62,19 +62,16 @@
|
||||
- heat-install
|
||||
|
||||
- include: heat_domain_setup.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['heat_all'][0]
|
||||
tags:
|
||||
- heat-install
|
||||
|
||||
- include: heat_db_setup.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['heat_all'][0]
|
||||
tags:
|
||||
- heat-install
|
||||
|
||||
- include: heat_service_setup.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['heat_all'][0]
|
||||
tags:
|
||||
- heat-install
|
||||
|
Loading…
Reference in New Issue
Block a user