ensure pipenv uses python 3.11 on AL2023

This commit is contained in:
Lee Goolsbee
2023-05-17 15:43:42 -05:00
parent fd4d9b6469
commit 293dddcd2d
2 changed files with 4 additions and 1 deletions

View File

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