diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-06-06 07:35:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-06 07:35:09 +0000 |
commit | 317508947b99dc766cf806febfb3dcfcd3cfd5f4 (patch) | |
tree | 57abfaac2165458468bceb871cda7307ac027840 /ansible/group_vars/infrastructure.yml | |
parent | bd95633cb7a2e4f8c66b60a5a88fecee6026c01c (diff) | |
parent | d6719733a3f498f8ebf3be8d9d4a08eab4f3b9c7 (diff) |
Merge "Fix docker search"
Diffstat (limited to 'ansible/group_vars/infrastructure.yml')
-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 c685e773..08a25919 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -14,6 +14,7 @@ simulated_hosts: nexus: - docker.elastic.co - docker.io + - index.docker.io - gcr.io - k8s.gcr.io - nexus.{{ ansible_nodename }} |