Revert dynamic includes for inventory-based conditionals
Forcing dynamic includes for inventory-based conditionals results in incomplete execution. Change-Id: Id3eeeba59d34c61696d5f49559ec8087cb410ff7
This commit is contained in:
parent
2d240b7ac6
commit
452f08fa8e
@ -39,6 +39,7 @@
|
|||||||
- include: repo_pre_install.yml
|
- include: repo_pre_install.yml
|
||||||
- include: repo_install.yml
|
- include: repo_install.yml
|
||||||
- include: repo_post_install.yml
|
- include: repo_post_install.yml
|
||||||
|
|
||||||
- include: repo_cacher.yml
|
- include: repo_cacher.yml
|
||||||
static: no
|
static: no
|
||||||
when: repo_pkg_cache_enabled | bool
|
when: repo_pkg_cache_enabled | bool
|
||||||
@ -46,11 +47,9 @@
|
|||||||
- include: repo_key_populate.yml
|
- include: repo_key_populate.yml
|
||||||
|
|
||||||
- include: repo_key_distribute.yml
|
- include: repo_key_distribute.yml
|
||||||
static: no
|
|
||||||
when: groups.repo_all|length > 1
|
when: groups.repo_all|length > 1
|
||||||
|
|
||||||
- include: repo_sync_manager.yml
|
- include: repo_sync_manager.yml
|
||||||
static: no
|
|
||||||
when: inventory_hostname == groups['repo_all'][0]
|
when: inventory_hostname == groups['repo_all'][0]
|
||||||
|
|
||||||
- name: Flush handlers
|
- name: Flush handlers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user