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:
parent
5974ede4f7
commit
8e58d1a8a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user