mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -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
|
||||
|
||||
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 }}"
|
||||
|
||||
java_major_version: "8"
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_user: "jira"
|
||||
pipenv_venv: "/usr/bin/python3"
|
||||
pipenv_venv: "/usr/bin/python"
|
||||
roles:
|
||||
- role: linux_common
|
||||
|
||||
Reference in New Issue
Block a user