From b94abb03cc50a17d43271dc3c3e299422a1f5cfa Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 14 Mar 2024 14:09:46 +0100 Subject: [PATCH] Add missing role to make ee_repository to sync --- playbooks/hub_config.yml | 5 +++++ 1 file changed, 5 insertions(+) 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