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

@@ -9,9 +9,6 @@
#
# https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html
pipenv_venv: /usr/bin/python # this will get overridden by the wrapper scripts, but should allow molecule to run
ansible_python_interpreter: "{{ pipenv_venv }}"
java_major_version: "8"
postgres_version: "9.6"
git_version: "2.14.4"