mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
adding the variable to molecule
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html
|
# https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html
|
||||||
|
|
||||||
pipenv_venv: /usr/bin/python3 # this will get overridden by the wrapper scripts, but should allow molecule to run
|
pipenv_venv: /usr/bin/python # this will get overridden by the wrapper scripts, but should allow molecule to run
|
||||||
ansible_python_interpreter: "{{ pipenv_venv }}"
|
ansible_python_interpreter: "{{ pipenv_venv }}"
|
||||||
|
|
||||||
java_major_version: "8"
|
java_major_version: "8"
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
atl_product_user: "jira"
|
atl_product_user: "jira"
|
||||||
pipenv_venv: "/usr/bin/python3"
|
pipenv_venv: "/usr/bin/python"
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
|
|||||||
Reference in New Issue
Block a user