1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules
Raul Gabriel Verdi a2677fd051
Expose unredirected_headers on maven_artifact (#4812)
* Expose unredirected_headers to module

In some cases, when the initial request returns a redirect and we want
to follow it to get the artifact, we might not want to include certain
headers in the redirection request. Specially headers like
Authorization and Cookies.
Or perhaps the redirect server returns a 400 because it included some
unexpected headers.
Fetch url already supports this feature, but it was being shadowed by
maven_artifact. In here we just expose it.

* Fix Linting errors

* Applied Comments

 - Specified version added
 - Changed description of unredirected_headers

* Check for ansible version

If it's 2.11 or older, we ignore unredirected_headers, otherwise we use
it, as fetch_url has them

* Applied comments

- Removed duplicated code in the call of fetch_url. Used kwargs instead
- Added check if unredirected_params is not empty and the fetch_url
  function does not support it
- Changed function that checks for ansible version
- Removed unused import

* Remove 2.11 breaking change

Made default only for ansible-core version 2.12 and above, but for keep
it empty for ansible-core version 2.11 and below.
Also include the following changes:
  - change doc to use C() on the function description
  - changed doc to use ansible-core instead of Ansible

* Changes in description for readability

* Add changelog fragment

* Change description changelog fragment
2022-07-24 12:09:58 +02:00
..
cloud proxmox module_utils: fix get_vm int parse handling (#4945) 2022-07-21 07:19:44 +02:00
clustering Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00
database Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
files Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
identity Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
monitoring Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00
net_tools Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
notification Replace symlinks with meta/runtime.yml redirects. (#4562) 2022-04-26 20:33:13 +02:00
packaging Expose unredirected_headers on maven_artifact (#4812) 2022-07-24 12:09:58 +02:00
remote_management Redfish modules for Western Digital UltraStar Data102 storage enclosures (#4885) 2022-07-16 22:59:13 +02:00
source_control Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
storage Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
system xfconf and xfconf_info: use do_raise (#4975) 2022-07-24 12:09:24 +02:00
web_infrastructure Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00