From f16df7bd9a5175274a1c8791372c798e62d1bec8 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 21 Nov 2018 08:23:08 -0800 Subject: Centralizes version of components The galaxy roles used by KRD requires to centralize their version used in the playbook/krd-vars.yml file, this file facilitates the version control and helps as single point of truth. Change-Id: If4544f529ff00689dc6cd6bca7e8adc0c876aa18 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- vagrant/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant/installer.sh') diff --git a/vagrant/installer.sh b/vagrant/installer.sh index 860f63d6..f1109073 100755 --- a/vagrant/installer.sh +++ b/vagrant/installer.sh @@ -13,7 +13,7 @@ set -o pipefail # _install_go() - Install GoLang package function _install_go { - version=$(grep "go_version" ${krd_playbooks}/krd-vars.yml | awk -F ': ' '{print $2}') + version=$(grep "go_version" ${krd_playbooks}/krd-vars.yml | awk -F "'" '{print $2}') local tarball=go$version.linux-amd64.tar.gz if $(go version &>/dev/null); then -- cgit 1.2.3-korg