Revert dynamic includes for inventory-based conditionals

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

Change-Id: I35fdcf61f3cd5f805a7738cd6d7253353c31805f
This commit is contained in:
Jesse Pretorius 2016-09-26 19:40:38 +01:00
parent 6d7c955aa0
commit 882112cd75
1 changed files with 0 additions and 2 deletions

View File

@ -28,12 +28,10 @@
- include: tempest_install.yml
- include: tempest_resources.yml
static: no
when: inventory_hostname == groups[tempest_main_group][0]
# Called a second time to set facts on the other utility containers.
- include: tempest_resources.yml
static: no
when: inventory_hostname != groups[tempest_main_group][0]
- include: tempest_post_install.yml