adding the variable to molecule

This commit is contained in:
Geoff Jacobs
2023-08-11 10:50:57 +10:00
parent edc77e99a6
commit f33710c0bf
2 changed files with 2 additions and 1 deletions

View File

@@ -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/python # this will get overridden by the wrapper scripts, but should allow molecule to run pipenv_venv: /usr/bin/python3 # 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"

View File

@@ -3,5 +3,6 @@
hosts: all hosts: all
vars: vars:
atl_product_user: "jira" atl_product_user: "jira"
pipenv_venv: "/usr/bin/python3"
roles: roles:
- role: linux_common - role: linux_common