mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
found another task that is failing, testing out omit here
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
- curl
|
- curl
|
||||||
- unzip
|
- unzip
|
||||||
- fontconfig
|
- fontconfig
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: "{{ '/usr/bin/python2' if ((ansible_distribution | lower == 'amazon') and (ansible_distribution_version == '2')) else omit }}"
|
||||||
|
|
||||||
- name: Create product group
|
- name: Create product group
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
|
|||||||
Reference in New Issue
Block a user