summaryrefslogtreecommitdiff
path: root/lib/ansible/modules
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.13] Fix file touch check mode result (backport of #79422) (#79526)sbettid2022-12-061-27/+31
* [stable-2.13] Use python re to parse service output instead of grep (#79015) ...Matt Martz2022-10-261-8/+12
* copy, avoid moving non temp remote 'non' files (#79102) (#79155)Brian Coca2022-10-261-13/+18
* apt module, prevent tb from invalid type for pkg (#78666) (#78908)Brian Coca2022-09-291-3/+7
* [2.13] apt - fix failure when package is not installed and only_upgrade=True ...Sloane Hertel2022-09-291-1/+6
* [stable 2.13] Fix known host changed status when removing non-existing key #...sbettid2022-09-281-0/+6
* Backportapalooza 9 15 (#78787)Sandra McCann2022-09-151-1/+2
* Fix typos in stat module examples (#78651) (#78687)Sandra McCann2022-09-011-2/+2
* [stable-2.13] wait_for - Read file and perform comparisons using bytes to avo...Matt Martz2022-08-311-22/+30
* Fix apt making changes in check mode (#78496) (#78530)Sloane Hertel2022-08-311-3/+4
* apt: include apt preferences (e.g. pinning) when selecting packages (#78327) ...Sloane Hertel2022-08-311-16/+38
* Backportapalooza 08 25 (#78647)Sandra McCann2022-08-253-3/+4
* Backportapalooza 08 16 (#78584)Sandra McCann2022-08-193-3/+4
* Backportapalooza 08 04 (#78450)Sandra McCann2022-08-041-0/+3
* Module/plugin docs: (#78380) (#78447)Felix Fontein2022-08-046-13/+19
* honor use_proxy parameter (#77312) (#78261)Nicolas Karolak2022-08-031-0/+1
* yum: fix releasever for latest (#78066) (#78242)Martin Krizek2022-08-031-5/+5
* dnf: fix output parsing on non-English LANGUAGE systems (#78233) (#78241)Martin Krizek2022-08-031-1/+2
* Backportapalooza 07 21 (#78326)Sandra McCann2022-07-211-2/+3
* Backportapalooza 7 15 (#78277)Sandra McCann2022-07-154-2/+31
* Fix 'Permission denied' in user module while generating SSH keys (#78040) (#7...Sergey2022-07-061-1/+11
* Backportapalooza 06 30 (#78176)Sandra McCann2022-07-051-1/+1
* Backportapalooza 06 23 (#78134)Sandra McCann2022-06-243-3/+16
* Backportapalooza 06 16 (#78072)Sandra McCann2022-06-211-0/+19
* fix pip module resolution (#78000) (#78006)Matt Davis2022-06-091-4/+4
* apt: fix virtual package install version detection (#76781) (#77909)Brian Coca2022-06-081-7/+10
* 4 28 docs backportapalooza (#77686)Sandra McCann2022-05-131-13/+5
* [docs][backport] Docs backports week 4-18-22 (#77557)Sandra McCann2022-04-212-6/+5
* git fix docs and wrapper script (#77588) (#77603)Brian Coca2022-04-211-14/+22
* [docs][backport] 0407 weekly docs backports (#77490)Sandra McCann2022-04-081-0/+2
* Update systemd strategy to not confuse NetworkManager (#77243)Matt Martz2022-03-211-5/+8
* ansible_distribution: Add support for Uos/Deepin (#77275)ChanthMiao2022-03-181-0/+12
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-187-11/+17
* unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271)Felix Fontein2022-03-181-2/+9
* get_url fix word emphasis on documentation (#77247)bluikko2022-03-101-1/+1
* Add typing to module_utils.compat. (#77197)Matt Clay2022-03-031-5/+1
* Additional type hinting cleanup. (#77188)Matt Clay2022-03-022-2/+2
* hostname - Use base class on UnimplementedStrategyMatt Clay2022-03-021-84/+81
* Fix type hints and variable usage in modules. (#77184)Matt Clay2022-03-025-13/+16
* Fix module exception handlers.Matt Clay2022-03-022-10/+9
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-016-11/+13
* fix spelling error in details (#77152)jbpratt2022-02-282-2/+2
* hostname module - fix TypeError in FileStrategy (#77025) (#77074)Emmanuel Benoît2022-02-251-1/+1
* apply owner/group permissions to top folder with unarchive module (#73024)Pablo Escobar Lopez2022-02-171-0/+16
* Add basic support for "apt-get clean" operation to apt module (#76758)gcagle32022-02-161-0/+38
* dnf: ensure releasever is passed into libdnf as str (#77024)Martin Krizek2022-02-151-0/+8
* replace - always return rc (#71963)Jack Scheible2022-02-101-1/+1
* Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929)Thomas Sjögren2022-02-091-2/+3
* Make builtin.file modification times support check_mode (#76973)Stephen Ryan2022-02-081-1/+2
* improve warnings from service_facts (#76921)Brian Coca2022-02-081-184/+208