summaryrefslogtreecommitdiff
path: root/lib/ansible/modules
Commit message (Expand)AuthorAgeFilesLines
* copy - fix check mode with remote_src=True (#78624) (#80176)Sloane Hertel2023-03-201-3/+4
* Backportapalooza 03 02 (#80127)Sandra McCann2023-03-031-0/+2
* Backportapalooza 02 09 (#79962)Sandra McCann2023-02-102-7/+15
* Docs Backportapalooza 01 26 (#79828)Sandra McCann2023-01-311-5/+6
* Backportapalooza 01 19 (#79771)Sandra McCann2023-01-191-5/+5
* [stable-2.14] Ensure we are passing ciphers to all url_get calls (#79718) (#7...Matt Martz2023-01-181-1/+1
* [stable-2.14] Better json content type detection for uri (#79719) (#79726)Matt Martz2023-01-181-3/+3
* Backportapaloosa 12 08 (#79565)Sandra McCann2022-12-142-2/+2
* [stable-2.14] Fix file touch check mode result (#79360) (#79422) (#79525)sbettid2022-12-061-27/+31
* copy, avoid moving non temp remote 'non' files (#79102) (#79154)Brian Coca2022-11-161-13/+18
* replace yes/no with true/false in docstrings (#79274) (#79310)Sandra McCann2022-11-0726-98/+98
* Backportapalooza 10 4 (#79309)Sandra McCann2022-11-071-0/+2
* Backportapalooza 10 27 (#79247)Sandra McCann2022-10-281-1/+2
* Backportapalooza 10 20 (#79180)Sandra McCann2022-10-255-7/+7
* issue #79022 file parameter import_tasks and include_tasks (#79183)Don Naro2022-10-252-9/+17
* Backport hactoberfest 1 (#79065)Sandra McCann2022-10-061-2/+2
* [stable-2.14] Use python re to parse service output instead of grep (#79015) ...Matt Martz2022-10-061-8/+12
* Backportapalooza 09 29 (#78928)Sandra McCann2022-09-291-1/+1
* apt_repository, handle both new/old gpgp stds (#78735) (#78909)Brian Coca2022-09-291-3/+10
* apt module, prevent tb from invalid type for pkg (#78666) (#78907)Brian Coca2022-09-281-3/+7
* [stable 2.14] Fix known host changed status when removing non-existing key #7...sbettid2022-09-281-0/+6
* apt - fix module short-circuiting when a package is not installed and only_up...Sloane Hertel2022-09-151-2/+7
* apt - fix failure when package is not installed and only_upgrade=True (#78781)Sloane Hertel2022-09-151-1/+1
* Fix Issue #78564 (#78741)Ronan2022-09-151-1/+2
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-122-7/+27
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-082-44/+50
* Fix typos in stat module examples (#78651)NitrogenPointBlue2022-08-301-2/+2
* doc: Correct mixed up commentary and task name (#78610)rawtaz2022-08-251-1/+1
* Fixes parameter name in expect module examples (#78635)gmdmi2022-08-251-2/+2
* Docs: fix issue-76133-apt-repository (#78586)Arnold Kamanzi2022-08-231-0/+1
* Address inactive but legacy print calls found with code checking. (#78581)Andrew Latham2022-08-182-3/+0
* add note to use package_facts module (#78484)Sandra McCann2022-08-171-1/+2
* yum_repository: Do not set default value for async (#76750)BenoƮt Knecht2022-08-171-2/+5
* Targeting a small typo correction (#78531)Ian Wienand2022-08-152-2/+2
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-111-2/+2
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-4/+4
* Fix apt making changes in check mode (#78496)Sloane Hertel2022-08-111-3/+4
* find - Use `getattr` instead of `__getattribute__` (#78503)Matt Clay2022-08-111-2/+2
* Remove unused code. (#78499)Matt Clay2022-08-111-1/+0
* Update attributes of files that are links without specifying link target (#76...Matthew Donoughe2022-08-111-12/+22
* Add missing space after keywords. (#78480)Matt Clay2022-08-082-5/+5
* apt: include apt preferences (e.g. pinning) when selecting packages (#78327)Patrick Hemmer2022-08-051-16/+38
* Module/plugin docs: (#78380)Felix Fontein2022-08-046-13/+19
* add example to import a playbook from collection (#78443)Sebastian Gumprich2022-08-041-0/+3
* wait_for - Read file and perform comparisons using bytes to avoid decode erro...Matt Martz2022-07-211-22/+30
* dnf: clarify comparison operators in docs (#78316)Martin Krizek2022-07-211-2/+3
* example showing how to deal with keys w/o apt_key (#78206)Brian Coca2022-07-132-0/+24
* stat only returns pw_name/gr_name if those can be looked up (#78183)Evgeni Golov2022-07-131-2/+2
* Cleanup write_file method in uri (#76412)James Livulpi2022-07-131-39/+17
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-132-6/+25