Comment 2 for bug 1657890

Revision history for this message
Pas (pasthelod) wrote :

Hello!

Sure, here's a diff for my bootstrap-ansible.sh:

diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh
index caa74c7..b525dbf 100755
--- a/scripts/bootstrap-ansible.sh
+++ b/scripts/bootstrap-ansible.sh
@@ -96,7 +96,7 @@ fi

 # Create a Virtualenv for the Ansible runtime
 PYTHON_EXEC_PATH="$(which python2 || which python)"
-virtualenv --clear ${VIRTUALENV_OPTIONS} --system-site-packages --python="${PYTHON_EXEC_PATH}" /opt/ansible-runtime
+virtualenv --clear ${VIRTUALENV_OPTIONS} --python="${PYTHON_EXEC_PATH}" /opt/ansible-runtime

 # The vars used to prepare the Ansible runtime venv
 PIP_OPTS+=" --upgrade"