Merge "Perserve env variables"

This commit is contained in:
Zuul 2018-01-06 23:30:18 +00:00 committed by Gerrit Code Review
commit 8d14de64a4

@ -52,10 +52,10 @@ function ansible_install {
jq
fi
sudo -H pip install --no-cache-dir --upgrade pip
sudo -H pip install --no-cache-dir --upgrade setuptools
sudo -H pip install --no-cache-dir --upgrade pyopenssl
sudo -H pip install --no-cache-dir \
sudo -H -E pip install --no-cache-dir --upgrade pip
sudo -H -E pip install --no-cache-dir --upgrade setuptools
sudo -H -E pip install --no-cache-dir --upgrade pyopenssl
sudo -H -E pip install --no-cache-dir \
ansible \
ara \
yq