Revert dynamic includes for inventory-based conditionals
Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Icfa639ce364d6c42306bbf6bbfd8f5d3ab65994a
This commit is contained in:
parent
a2212b7d1d
commit
ac5913b888
@ -51,7 +51,6 @@
|
|||||||
- cinder-config
|
- cinder-config
|
||||||
|
|
||||||
- include: cinder_db_setup.yml
|
- include: cinder_db_setup.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- groups['cinder_all'] | length > 0
|
- groups['cinder_all'] | length > 0
|
||||||
- inventory_hostname == groups['cinder_all'][0]
|
- inventory_hostname == groups['cinder_all'][0]
|
||||||
@ -59,7 +58,6 @@
|
|||||||
- cinder-install
|
- cinder-install
|
||||||
|
|
||||||
- include: cinder_service_setup.yml
|
- include: cinder_service_setup.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- groups['cinder_all'] | length > 0
|
- groups['cinder_all'] | length > 0
|
||||||
- inventory_hostname == groups['cinder_all'][0]
|
- inventory_hostname == groups['cinder_all'][0]
|
||||||
@ -74,7 +72,6 @@
|
|||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|
||||||
- include: cinder_backends.yml
|
- include: cinder_backends.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- groups['cinder_volume'] | length > 0
|
- groups['cinder_volume'] | length > 0
|
||||||
- inventory_hostname in groups['cinder_volume'][0]
|
- inventory_hostname in groups['cinder_volume'][0]
|
||||||
@ -82,7 +79,6 @@
|
|||||||
- cinder-install
|
- cinder-install
|
||||||
|
|
||||||
- include: cinder_lvm_config.yml
|
- include: cinder_lvm_config.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups['cinder_volume']
|
- inventory_hostname in groups['cinder_volume']
|
||||||
- cinder_backend_lvm_inuse
|
- cinder_backend_lvm_inuse
|
||||||
|
Loading…
Reference in New Issue
Block a user