looks like omit doesn't work here, defaulting to /usr/bin/python

This commit is contained in:
Geoff Jacobs
2023-08-11 09:25:14 +10:00
parent 7300302287
commit a532054d00

View File

@@ -9,7 +9,7 @@
#
# https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html
ansible_python_interpreter: "{{ pipenv_venv | default(omit) }}"
ansible_python_interpreter: "{{ pipenv_venv | default('/usr/bin/python') }}"
java_major_version: "8"
postgres_version: "9.6"