mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
molecule doesn't use the wrapper scripts, can I default a variable to itself?
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
- unzip
|
- unzip
|
||||||
- fontconfig
|
- fontconfig
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else pipenv_venv }}"
|
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else ansible_python_interpreter }}"
|
||||||
|
|
||||||
- name: Create product group
|
- name: Create product group
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
|
|||||||
Reference in New Issue
Block a user