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:
@@ -52,13 +52,11 @@
|
|||||||
- magnum-install
|
- magnum-install
|
||||||
|
|
||||||
- include: database-setup.yml
|
- include: database-setup.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['magnum_all'][0]
|
when: inventory_hostname == groups['magnum_all'][0]
|
||||||
tags:
|
tags:
|
||||||
- magnum-install
|
- magnum-install
|
||||||
|
|
||||||
- include: service-setup.yml
|
- include: service-setup.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['magnum_all'][0]
|
when: inventory_hostname == groups['magnum_all'][0]
|
||||||
tags:
|
tags:
|
||||||
- magnum-install
|
- magnum-install
|
||||||
|
Reference in New Issue
Block a user