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.
|
||||
|
||||
- include: horizon_ssl_key_create.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['horizon_all'][0]
|
||||
|
||||
- include: horizon_ssl_key_store.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['horizon_all'][0]
|
||||
|
||||
- include: horizon_ssl_key_distribute.yml
|
||||
static: no
|
||||
when: inventory_hostname != groups['horizon_all'][0]
|
||||
|
@ -38,7 +38,6 @@
|
||||
- horizon-config
|
||||
|
||||
- include: horizon_db_setup.yml
|
||||
static: no
|
||||
when: inventory_hostname == groups['horizon_all'][0]
|
||||
tags:
|
||||
- horizon-install
|
||||
|
Loading…
Reference in New Issue
Block a user