From: Bartek Grzybowski Date: Wed, 17 Nov 2021 16:00:09 +0000 (+0100) Subject: [ANSIBLE] Add ghcr.io to simulated hosts list X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F125842%2F1;p=oom%2Foffline-installer.git [ANSIBLE] Add ghcr.io to simulated hosts list Required by Platform chart for Chartmuseum Change-Id: I3e981d2e2acdfcd781d5cdfd777924b489fa1593 Issue-ID: OOM-2871 Signed-off-by: Bartek Grzybowski --- diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 4323c5e8..015aebdb 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -15,6 +15,7 @@ simulated_hosts: - quay.io - registry-1.docker.io - registry.hub.docker.com + - ghcr.io all_simulated_hosts: "{{ simulated_hosts.http + simulated_hosts.nexus }}" populate_nexus: false