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:
Jesse Pretorius 2016-09-26 19:55:13 +01:00
parent 93f96641f3
commit f71a7a83cd
1 changed files with 0 additions and 3 deletions

View File

@ -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