mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
default to pipenv_venv
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
- unzip
|
- unzip
|
||||||
- fontconfig
|
- fontconfig
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else omit }}"
|
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else pipenv_venv }}"
|
||||||
|
|
||||||
- name: Create product group
|
- name: Create product group
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
|
|||||||
Reference in New Issue
Block a user