summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/get_url.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Fix detection of available hashlib algorithms (#79946)Matt Clay2023-02-081-1/+3
* Ensure we are passing ciphers to all url_get calls (#79718)Matt Martz2023-01-131-1/+1
* replace yes/no with true/false in docstrings (#79274)Alicia Cozine2022-11-011-6/+6
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-4/+14
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-3/+15
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-131-3/+13
* get_url - permit to have a checksum only file (#77948)Sloane Hertel2022-06-031-11/+17
* get_url: remove deprecated sha256sum module param (#77408)Martin Krizek2022-04-011-21/+0
* get_url fix word emphasis on documentation (#77247)bluikko2022-03-101-1/+1
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-8/+8
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
* Document get_url module check_mode support right (#76433)bluikko2021-12-141-2/+3
* Fix docs get_url dest comment. Checksum does not prevent download if dest is ...Vladimir Botka2021-10-071-1/+2
* url_argument_spec: remove deprecated thirsty alias (#75838)Martin Krizek2021-09-301-6/+0
* Add attributes 2/x (#75619)Brian Coca2021-09-231-0/+8
* Expose `unredirected_headers` to `uri` and `get_url` modules (#75308)Matt Martz2021-07-281-4/+17
* docs: Update Python 2 doc links (#74633)Abhijeet Kasurde2021-05-241-1/+1
* modules: get_url: Fix checksum binary validation (#74502)René Moser2021-05-071-3/+10
* Replace reference to playbook_environment (#73633)Jens Heinrich2021-02-181-2/+1
* [get_url] skip checksum during --check (#66700)pva2020-12-221-6/+3
* ensure unsafe writes fallback (#70722)Brian Coca2020-12-211-1/+1
* The implicit default for type=bool options is not 'false', but 'none' (#72699)Felix Fontein2020-12-041-1/+1
* Add support for GSSAPI/Kerberos to urls.py (#72113)Jordan Borean2020-10-131-0/+11
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-0/+1
* get_url: Handle same SHA sum for downloaded files (#71435)Abhijeet Kasurde2020-09-011-3/+3
* get_url - Allow checksum file to be local file:// url (#71205)Edwin Hermans2020-08-171-1/+9
* add FQCN to M() references (#70530)Baptiste Mille-Mathias2020-08-111-4/+4
* Deprecation revisited (#69926)Felix Fontein2020-06-091-2/+4
* starting metadata sunset (#69454)Brian Coca2020-06-041-3/+0
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-2/+2
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+651