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:
Jesse Pretorius 2016-09-26 19:26:59 +01:00
parent a2212b7d1d
commit ac5913b888
1 changed files with 0 additions and 4 deletions

View File

@ -51,7 +51,6 @@
- cinder-config
- include: cinder_db_setup.yml
static: no
when:
- groups['cinder_all'] | length > 0
- inventory_hostname == groups['cinder_all'][0]
@ -59,7 +58,6 @@
- cinder-install
- include: cinder_service_setup.yml
static: no
when:
- groups['cinder_all'] | length > 0
- inventory_hostname == groups['cinder_all'][0]
@ -74,7 +72,6 @@
meta: flush_handlers
- include: cinder_backends.yml
static: no
when:
- groups['cinder_volume'] | length > 0
- inventory_hostname in groups['cinder_volume'][0]
@ -82,7 +79,6 @@
- cinder-install
- include: cinder_lvm_config.yml
static: no
when:
- inventory_hostname in groups['cinder_volume']
- cinder_backend_lvm_inuse