diff --git a/playbooks/hub_config.yml b/playbooks/hub_config.yml index 62405e7..8e939ad 100644 --- a/playbooks/hub_config.yml +++ b/playbooks/hub_config.yml @@ -49,6 +49,11 @@ name: infra.ah_configuration.ee_repository when: ah_ee_repositories | length is not match('0') + - name: Include ee_repository_sync role + ansible.builtin.include_role: + name: infra.ah_configuration.ee_repository_sync + when: ah_ee_repositories | length is not match('0') + - name: Include ee_image role ansible.builtin.include_role: name: infra.ah_configuration.ee_image