Revert dynamic includes for inventory-based conditionals
Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Id6441f185c480f0e6604774bd15b28269904cf7c
This commit is contained in:
parent
1f682b09ef
commit
020676b546
@ -14,13 +14,10 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- include: horizon_ssl_key_create.yml
|
- include: horizon_ssl_key_create.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['horizon_all'][0]
|
when: inventory_hostname == groups['horizon_all'][0]
|
||||||
|
|
||||||
- include: horizon_ssl_key_store.yml
|
- include: horizon_ssl_key_store.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['horizon_all'][0]
|
when: inventory_hostname == groups['horizon_all'][0]
|
||||||
|
|
||||||
- include: horizon_ssl_key_distribute.yml
|
- include: horizon_ssl_key_distribute.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname != groups['horizon_all'][0]
|
when: inventory_hostname != groups['horizon_all'][0]
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
- horizon-config
|
- horizon-config
|
||||||
|
|
||||||
- include: horizon_db_setup.yml
|
- include: horizon_db_setup.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['horizon_all'][0]
|
when: inventory_hostname == groups['horizon_all'][0]
|
||||||
tags:
|
tags:
|
||||||
- horizon-install
|
- horizon-install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user