From 9e0b8b2a96994b04ba0c2f03f57d1b5c5a287773 Mon Sep 17 00:00:00 2001 From: Stanislav Egorov Date: Wed, 8 Apr 2020 18:31:30 -0700 Subject: [PATCH] Fixed local gate scripts Change-Id: I3fc0c597f1b4f050b40905b5415069c5d0b8101f --- tools/gate/00_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/00_setup.sh b/tools/gate/00_setup.sh index e5a1af9a0..185d9befc 100755 --- a/tools/gate/00_setup.sh +++ b/tools/gate/00_setup.sh @@ -35,7 +35,7 @@ envsubst <"${AIRSHIPCTL_WS}/tools/gate/config_template.yaml" > "$PLAYBOOK_CONFIG sudo apt install software-properties-common sudo apt-add-repository --yes --update ppa:ansible/ansible sudo apt-get -y update -sudo apt-get -y --no-install-recommends install docker.io ansible make +sudo apt-get -y --no-install-recommends install docker.io ansible make python-passlib echo "primary ansible_host=localhost ansible_connection=local" > "$ANSIBLE_HOSTS" printf "[defaults]\nroles_path = %s/roles\n" "$AIRSHIPCTL_WS" > "$ANSIBLE_CFG"