Revert dynamic includes for inventory-based conditionals

Forcing dynamic includes for inventory-based conditionals
results in incomplete execution.

Change-Id: I25653f28069d90f02fe5e3813c9d52e8f9dbc629
This commit is contained in:
Jesse Pretorius 2016-09-26 20:08:34 +01:00
parent 3dc08f9478
commit 2c70bace36

View File

@ -14,7 +14,6 @@
# limitations under the License.
- include: ceph_all.yml
static: no
when: >
(inventory_hostname in groups['glance_api']
and glance_default_store == 'rbd')