summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* config lookup, new option to show origin of value (#80651)Brian Coca2023-05-112-9/+24
* fix error if path had wildcard in it (#74723)PRASOON KARUNAN V2023-05-101-2/+2
* first_found fix no terms option (#76550)Brian Coca2023-05-081-4/+8
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0360-63/+63
* Fix typo in comment filter option (#80672)Chris van Meer2023-05-021-1/+1
* Removes extraneous parentheses; Fixes 80670 (#80671)Samarendra M Hedaoo2023-04-281-1/+1
* ActionBase: remove deprecated _remote_checksum (#80440)Martin Krizek2023-04-271-32/+0
* Remove deprecated default.fact_caching_prefix ini config option (#80441)Martin Krizek2023-04-271-6/+0
* source module compression setting directly from config (#80647)Brian Coca2023-04-261-1/+2
* Fix gather parallel (#80597)Brian Coca2023-04-261-11/+35
* Fix calling v2_playbook_on_notify callback (#80585)Martin Krizek2023-04-241-1/+1
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-0/+24
* feature: add support for symbolic links when passing "dir" (#80460)kloud-byun2023-04-141-1/+1
* Validate task attributes with first finalized attrs after loop (#80476)Sloane Hertel2023-04-131-5/+1
* Last handler defined runs, fix for roles (#79558)Martin Krizek2023-04-121-84/+80
* Update password.py documentation (#80297)aaronk12023-04-061-0/+3
* documents approaches to octal modes better (#80112)Alicia Cozine2023-04-061-3/+4
* Fix run_once by instantly tiny post_validate (#78492) (#80051)tu1h2023-03-311-1/+5
* Add new dnf5 module (#80272)Martin Krizek2023-03-312-3/+88
* Improve dirname and basename filter doc (#80054)Daniel Ziegenberg2023-03-272-2/+6
* password lookup, handle ident properly when saved (#80251)Brian Coca2023-03-271-35/+58
* Fixed typo (#80184)Harmdhast2023-03-091-1/+1
* paramiko connection now uses the correct source of data (#79704)Brian Coca2023-03-071-28/+93
* Fix spelling and grammar in subelements filter doc (#80137)Zachary Peschke2023-03-071-1/+1
* improve password lookup syntax in examples (#80092)Klaus Frank2023-03-021-5/+5
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-284-230/+91
* Clarify combine filter examples (#80078)Klaus Frank2023-02-271-2/+7
* Remove trailing spaces from lines in YAML (#80032)Matt Clay2023-02-172-9/+9
* Change ansible_job_id format (#79951)Martin Krizek2023-02-091-1/+1
* improve password_hash warning for unsupported algorithms (#79872)Sloane Hertel2023-02-081-1/+18
* Fix "pointless" strings detected by pylint (#79943)Matt Clay2023-02-072-10/+8
* Clean up pointless statements (#79941)Matt Clay2023-02-072-3/+2
* Remove another unwanted comma from pause action (#79926)Sloane Hertel2023-02-061-1/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-031-1/+2
* Remove unwanted comma from pause action (#79908)Matt Clay2023-02-031-1/+1
* Clean up unused imports in plugins (#79899)Matt Clay2023-02-0313-18/+4
* Clean up unused imports in core (#79900)Matt Clay2023-02-032-2/+2
* Use arg validation in debug action (#79866)Matt Martz2023-02-021-13/+18
* Remove irrelevant line (#79865)Konrad Gawda2023-02-021-1/+0
* Description for changing User ID to match user value (#79470)Tabah Baridule M2023-02-021-0/+2
* strategy fix invalid variables being registered (#79706)Brian Coca2023-01-251-1/+5
* Fix conditionally notified include handlers (#79804)Martin Krizek2023-01-241-5/+1
* Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764)Martin Krizek2023-01-201-1/+5
* Fix regex filter docs (#79736)antonc422023-01-172-2/+2
* Correctly count rescued tasks in play stats (#79724)Martin Krizek2023-01-131-1/+3
* normal action plugin: remove superfluous code (#79690)Felix Fontein2023-01-111-16/+7
* Fix broken reference to FAQ (#79621)Rune Juhl Jacobsen2023-01-101-2/+2
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-7/+24
* fix role argument spec error for invalid suboptions (#76578)Sloane Hertel2023-01-091-1/+1
* correct the mistake of example repeat_original (#79659)evangelionlion2023-01-051-1/+1