From 61d7bfee9cf357ee4846ea2839d2be9aab2aa253 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 26 Jun 2019 10:42:49 +0200 Subject: Fix tests for binaries preparation in installation steps Change-Id: Ib28bda24b711111c13bbaf9bd2628abd2001a1a9 Issue-ID: OOM-1925 Signed-off-by: Bartek Grzybowski --- ansible/group_vars/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/group_vars') 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 -- cgit 1.2.3-korg