From 68cfe1cbb2badb5827cc5a303383562a49ef5eed Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 17 Nov 2021 17:00:09 +0100 Subject: [PATCH] [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 --- ansible/group_vars/infrastructure.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6