Revert dynamic includes for inventory-based conditionals

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

Change-Id: I3f7c53c00e05d569e3b3794e3a3e9c7a5dbe8f06
This commit is contained in:
Jesse Pretorius 2016-09-26 19:56:37 +01:00
parent 5974ede4f7
commit 8e58d1a8a4

View File

@ -55,13 +55,11 @@
- glance-install
- include: glance_db_setup.yml
static: no
when: inventory_hostname == groups['glance_all'][0]
tags:
- glance-install
- include: glance_service_setup.yml
static: no
when: inventory_hostname == groups['glance_all'][0]
tags:
- glance-install