diff options
author | Petr Ospalý <p.ospaly@partner.samsung.com> | 2019-06-03 14:01:11 +0200 |
---|---|---|
committer | Petr Ospalý <p.ospaly@partner.samsung.com> | 2019-06-03 14:01:11 +0200 |
commit | d6719733a3f498f8ebf3be8d9d4a08eab4f3b9c7 (patch) | |
tree | d941d63f16ddd44cb86883857fcff1c1aec9aa99 /ansible | |
parent | 82052ddde7b2896c05c7b930d8e09d582025f0b3 (diff) |
Fix docker search
Change-Id: I4dec01c0a2369b22c50cc9198f2355cbd5f87f82
Issue-ID: OOM-1905
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 66a00b5f..9985d255 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -16,6 +16,7 @@ simulated_hosts: nexus: - docker.elastic.co - docker.io + - index.docker.io - gcr.io - k8s.gcr.io - nexus.{{ ansible_nodename }} |