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:
parent
bdd4513a11
commit
43485eede8
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user