Revert dynamic includes for inventory-based conditionals

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

Change-Id: Idc5c892ad8c4ab19be0f6952b55b1268ca1ac1a6
This commit is contained in:
Jesse Pretorius 2016-09-26 19:39:01 +01:00
parent bdd4513a11
commit 43485eede8
2 changed files with 0 additions and 5 deletions

View File

@ -57,15 +57,12 @@
- include: nova_init.yml
- include: nova_db_setup.yml
static: no
when: inventory_hostname == groups['nova_api_os_compute'][0]
- include: nova_service_setup.yml
static: no
when: inventory_hostname == groups['nova_api_os_compute'][0]
- include: nova_compute.yml
static: no
when: inventory_hostname in groups['nova_compute']
tags:
- nova-compute

View File

@ -184,7 +184,6 @@
- nova-pip-packages
- include: nova_console_spice_install.yml
static: no
when:
- inventory_hostname in groups['nova_console']
- nova_console_type == "spice"
@ -192,7 +191,6 @@
- nova-spice-console
- include: nova_console_novnc_install.yml
static: no
when:
- inventory_hostname in groups['nova_console']
- nova_console_type == "novnc"