diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-26 10:42:49 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-26 10:42:49 +0200 |
commit | 61d7bfee9cf357ee4846ea2839d2be9aab2aa253 (patch) | |
tree | 4efeee2b5be142cec5de01b1ab9d486a206c200a /ansible/group_vars/infrastructure.yml | |
parent | f6bd937571c8f88bcf506d11ef06243e7851f2cf (diff) |
Fix tests for binaries preparation in installation steps
Change-Id: Ib28bda24b711111c13bbaf9bd2628abd2001a1a9
Issue-ID: OOM-1925
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars/infrastructure.yml')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index a6e2d775..fc0699c5 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -25,7 +25,7 @@ simulated_hosts: - registry.hub.docker.com - registry.npmjs.org all_simulated_hosts: - "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}" + "{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}" populate_nexus: false helm_bin_dir: /usr/local/bin helm_version: v2.12.3 |