Merge "scripts: bootstrap-ansible.sh: Do not error on 'alternatives' command" into stable/pike

This commit is contained in:
Zuul 2018-09-09 17:40:20 +00:00 committed by Gerrit Code Review
commit 36f250cb3b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ case ${DISTRO_ID} in
# such we are using python2
# See https://github.com/ansible/ansible/issues/24180
PYTHON_EXEC_PATH="/usr/bin/python2"
alternatives --set pip /usr/bin/pip2.7
alternatives --set pip /usr/bin/pip2.7 || true
;;
esac