Skip to content

Commit

Permalink
Add missing role to make ee_repository to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Mar 14, 2024
1 parent 4854264 commit b94abb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/hub_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b94abb0

Please sign in to comment.