mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
reverting previous changes. issue turned out to be the wrong version of python on a node
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
- curl
|
||||
- unzip
|
||||
- fontconfig
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else pipenv_venv }}"
|
||||
|
||||
- name: Create product group
|
||||
ansible.builtin.group:
|
||||
|
||||
Reference in New Issue
Block a user