summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use FAs with inheritance only when applicable (#80026)Martin Krizek2023-02-229-53/+52
* Update lookup to use positional only arg for name to avoid conflicts (#79839)devon-mar2023-02-201-2/+2
* ansible-playbook -K breaks when passwords have quotes (#79837)Miklos Sagi2023-02-201-2/+6
* Remove trailing spaces from lines in YAML (#80032)Matt Clay2023-02-172-9/+9
* Add condition that causes a when to skip a task to output msg (#78918)Jordan Borean2023-02-152-4/+18
* Make using blocks as handlers a parser error (#79993)Martin Krizek2023-02-141-0/+2
* user - fix comparing existing group names to group IDs (#79981)Sloane Hertel2023-02-141-10/+16
* ansible-test - Improve code formatting (#79983)Matt Clay2023-02-131-0/+7
* ansible-inventory, add --limit option (#79596)Brian Coca2023-02-131-21/+31
* Update mypy to version 1.0.0 (#79963)Matt Clay2023-02-093-4/+4
* Change `yes` to `true` in uri-module (#79934)Sebastian Gumprich2023-02-091-7/+7
* Remove unneeded fallback code for nested defined/undefined tests (#79960)Martin Krizek2023-02-091-44/+1
* Replace deprecated stacked `@classmethod` and `@property` (#79952)Matt Martz2023-02-091-7/+9
* Change ansible_job_id format (#79951)Martin Krizek2023-02-092-2/+2
* don't ignore templated _raw_params that k=v parser failed to parse (#79913)Matt Davis2023-02-081-0/+4
* basic.py - Perform Python version check earlier (#79954)Matt Clay2023-02-081-13/+15
* pycompat24 - Remove support for Python <= 2.5 (#79953)Matt Clay2023-02-081-39/+1
* improve password_hash warning for unsupported algorithms (#79872)Sloane Hertel2023-02-081-1/+18
* Fix detection of available hashlib algorithms (#79946)Matt Clay2023-02-082-31/+39
* Fix "pointless" strings detected by pylint (#79943)Matt Clay2023-02-079-58/+47
* Clean up pointless statements (#79941)Matt Clay2023-02-074-5/+4
* include_vars - document hash_behaviour + dir (#79790)Sloane Hertel2023-02-071-0/+1
* Improving the RETURN and its docs on the apt_repository module (#79658)Mateus Rangel2023-02-061-11/+34
* Remove another unwanted comma from pause action (#79926)Sloane Hertel2023-02-061-1/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-0310-46/+29
* Ignore necessary unused imports in module_utils (#79904)Matt Clay2023-02-0310-13/+14
* 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-0320-32/+12
* Remove unused stdlib imports from module_utils (#79905)Matt Clay2023-02-035-9/+0
* Remove unused internal imports from module_utils (#79906)Matt Clay2023-02-034-5/+0
* Clean up unused imports in modules (#79898)Matt Clay2023-02-037-8/+2
* user - Remove invalid return docs (#79891)Matt Clay2023-02-021-10/+0
* Use arg validation in debug action (#79866)Matt Martz2023-02-021-13/+18
* Remove irrelevant line (#79865)Konrad Gawda2023-02-021-1/+0
* Update dnf.py (#79679)Bartłomiej Kida2023-02-021-0/+8
* Description for changing User ID to match user value (#79470)Tabah Baridule M2023-02-021-0/+2
* AddType - Support compiling with /unsafe C# code (#79853)Jordan Borean2023-01-311-0/+20
* Ansible.Basic.cs - Fix compile error on PS 7.3.x (#79848)Matt Clay2023-01-311-0/+4
* docs: Extend password entry of ansible.builtin.user (#79694)Hofer-Julian2023-01-261-4/+5
* fix installing collections from git repos that contain MANIFEST.json (#79808)Sloane Hertel2023-01-261-0/+1
* Update mypy and its dependencies. (#79812)Matt Clay2023-01-256-11/+11
* strategy fix invalid variables being registered (#79706)Brian Coca2023-01-251-1/+5
* Use `raise ... from` instead of `six.raise_from`Matt Clay2023-01-252-73/+43
* 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
* Argument spec alias handling: actually report deprecated aliases in suboption...Felix Fontein2023-01-192-14/+30
* Show filename additionally if missing secrets prevents decryption (#79732)Carsten Grohmann2023-01-181-1/+4
* Fix regex filter docs (#79736)antonc422023-01-172-2/+2
* Truthy value should be one of false or true (#79730)Hofer-Julian2023-01-171-5/+5