mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
reverting previous changes. issue turned out to be the wrong version of python on a node
This commit is contained in:
@@ -2,4 +2,3 @@
|
||||
|
||||
atl_product_user_uid: '2001'
|
||||
git_version: "2.14.4"
|
||||
pipenv_venv: "/usr/bin/python"
|
||||
@@ -3,6 +3,5 @@
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_user: "jira"
|
||||
pipenv_venv: "/usr/bin/python"
|
||||
roles:
|
||||
- role: linux_common
|
||||
|
||||
@@ -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