diff --git a/tasks/main.yml b/tasks/main.yml index 65ff49f..15dde63 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,6 +39,7 @@ - include: repo_pre_install.yml - include: repo_install.yml - include: repo_post_install.yml + - include: repo_cacher.yml static: no when: repo_pkg_cache_enabled | bool @@ -46,11 +47,9 @@ - include: repo_key_populate.yml - include: repo_key_distribute.yml - static: no when: groups.repo_all|length > 1 - include: repo_sync_manager.yml - static: no when: inventory_hostname == groups['repo_all'][0] - name: Flush handlers