Merge "Fixed local gate scripts"

This commit is contained in:
Zuul 2020-04-09 13:39:55 +00:00 committed by Gerrit Code Review
commit 992efae971

View File

@ -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"