mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
looks like omit doesn't work here, defaulting to /usr/bin/python
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user