reverting previous changes. issue turned out to be the wrong version of python on a node

This commit is contained in:
Geoff Jacobs
2023-08-11 13:40:08 +10:00
parent 5a11d93922
commit fa61970756
5 changed files with 1 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ set +a
pipenv run \
ansible-playbook -v \
$ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \
-e "pipenv_venv=$(pipenv --venv)/bin/python" \
-e "ansible_python_interpreter=$(pipenv --venv)/bin/python" \
-e "${PLAYBOOK_INVOCATION_EXTRA_PARAMS}" \
-i $INV \
$PLAYBOOK \