adding the variable to molecule

This commit is contained in:
Geoff Jacobs
2023-08-11 10:59:27 +10:00
parent f33710c0bf
commit 21a5c0e17c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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