Revert dynamic includes for inventory-based conditionals

Forcing dynamic includes for inventory-based conditionals
results in incomplete execution.

Change-Id: I82fb413780461cf26aafdb39ad0e31c15e9dc7b0
This commit is contained in:
Jesse Pretorius 2016-09-26 20:06:06 +01:00
parent 260c8db60c
commit 5845161e15

View File

@ -62,7 +62,6 @@
- aodh-install
- include: aodh_db_setup.yml
static: no
when: inventory_hostname == groups['aodh_all'][0]
tags:
- aodh-install
@ -73,7 +72,6 @@
- aodh-config
- include: aodh_service_setup.yml
static: no
when: inventory_hostname == groups['aodh_api'][0]
tags:
- aodh-install