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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user