Revert dynamic includes for inventory-based conditionals

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

Change-Id: Ib7d181eb180aa60663e42e3051ebe32d24805b76
This commit is contained in:
Jesse Pretorius
2016-09-26 20:07:12 +01:00
parent 2e72b72d21
commit 3475d51c5b

View File

@@ -52,13 +52,11 @@
- magnum-install
- include: database-setup.yml
static: no
when: inventory_hostname == groups['magnum_all'][0]
tags:
- magnum-install
- include: service-setup.yml
static: no
when: inventory_hostname == groups['magnum_all'][0]
tags:
- magnum-install