mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Also adding to ansible.builtin.uri
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
module_defaults:
|
||||
ansible.builtin.get_url:
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
ansible.builtin.uri:
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
|
||||
roles:
|
||||
- role: linux_common
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
atl_product_edition: "jira-core"
|
||||
atl_product_user: "jira"
|
||||
atl_product_version: "latest"
|
||||
module_defaults:
|
||||
ansible.builtin.get_url:
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
ansible.builtin.uri:
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
|
||||
Reference in New Issue
Block a user