summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* filter/test plugin listing, fix bug on file sorting (#79591)Brian Coca2022-12-151-4/+1
* Update split.yml (#79570)RafaƂ Osiecki2022-12-131-1/+1
* Simplify AnsibleJ2Vars by using ChainMap for vars (#78713)Martin Krizek2022-12-091-100/+48
* fix: broken link (#79461)Thomas Poindessous2022-12-081-1/+1
* fixed misleading setup example (#79495)zitatorocsik2022-12-081-1/+1
* Set locale for python apt (#79546)Sloane Hertel2022-12-091-0/+2
* Prevent stdio deadlock in forked children (#79522)Matt Davis2022-12-052-4/+35
* Removed sorting to preserve original order (#74839)Brian Coca2022-11-301-9/+8
* Always create new role (#78661)Matt Martz2022-11-295-58/+85
* Fix repr(Task) to check action when testing for a meta task (#79464)Martin Krizek2022-11-291-1/+1
* add ansible-galaxy cli documentation for parallel execution (#79433)Sloane Hertel2022-11-291-1/+5
* Fix password lookup rewrites file when using encrypt (#79431)Gaudenz Steinlin2022-11-291-1/+2
* Fix file touch check mode result (#79360) (#79422)sbettid2022-11-291-27/+31
* galaxy: Add license_file to manifest directives (#79420)Maxwell G2022-11-291-5/+12
* local connection: avoid tb when running in container with invalid user (#79414)Brian Coca2022-11-291-3/+7
* Update vendored distro (#79227)Christian Loos2022-11-231-80/+71
* more strftime docs (#79417)Brian Coca2022-11-231-1/+11
* ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0`` (#79399)Wong Hoi Sing Edison2022-11-231-2/+2
* fix reject list (#79391)Brian Coca2022-11-181-7/+14
* Add manifest includes for reuse licenses (#79403)Matt Martz2022-11-171-9/+11
* Allow pip like version syntax for installing collections (#79405)Matt Martz2022-11-171-3/+16
* Update fileglob.py (#78887)seachanged2022-11-171-0/+1
* Clarify that b64decode does not work with binary output (#79294)Joseph Shraibman2022-11-171-0/+4
* typos (#79377)faust2022-11-171-4/+4
* Update pull.py (#79387)saranti2022-11-171-0/+3
* Replace _valid_attrs with fattributes (#79376)Rabi Mishra2022-11-151-1/+1
* ansible-doc and validate-modules: remove underscore deprecation handling for ...Felix Fontein2022-11-151-1/+3
* file lookup now works with general lookup error framework (#79339)Brian Coca2022-11-141-3/+3
* Allow force deletion of group (#78172)Tom Page2022-11-101-0/+37
* openbsd factgs, use physmem instead of usermem for total mem (#79316)Darshan2022-11-081-1/+1
* Move collection playbook output from "warning" to "-v" (#79320)stmps2022-11-081-2/+2
* Add missing type to the `reference` option of the documentation of the `git` ...Louis Mandel2022-11-081-0/+1
* Fix typo 'Ansbile'. (#79318)Felix Fontein2022-11-072-2/+2
* blockinfile - document multiline marker behavior (#79292)Sloane Hertel2022-11-031-0/+2
* added --allow-change-held-packages for apt remove (#78203)inifares23lab2022-11-021-3/+27
* Fix up sanity problemsJordan Borean2022-11-023-11/+11
* replace yes/no with true/false in docstrings (#79274)Alicia Cozine2022-11-0126-98/+98
* validate-modules: do not treat falsy non-`False` defaults as `None` (#79267)Felix Fontein2022-11-018-4/+17
* De-duplicate initialisation of ConnectionBase._connected (#79256)Alex Willmer2022-11-011-2/+0
* mention acl in permissions errors (#79209)Brian Coca2022-10-271-4/+4
* File lookup handle missing file more gracefully (#79230)Brian Coca2022-10-271-7/+7
* plugins/lookup/pipe: docs typo fixes (#79222)Kenyon Ralph2022-10-271-2/+2
* give a warning when no roles match the search instead of returning rc 1 (#79195)Sloane Hertel2022-10-251-2/+2
* documentation fix for file module 78988 (#79182)prasadpatil492022-10-241-1/+2
* Revert "Fix yum exclude example to align to parameter doc (#79128)" (#79179)Sandra McCann2022-10-201-3/+1
* Setting indentation correctly in the Example section (#79072)Bart Dorlandt2022-10-201-2/+2
* Fix yum exclude example to align to parameter doc (#79128)Olivier Clavel2022-10-201-1/+3
* Fix isinstance check (#79159)Sloane Hertel2022-10-181-3/+2
* copy, avoid moving non temp remote 'non' files (#79102)Brian Coca2022-10-171-13/+18
* ansible-galaxy install - fix unnecessary api check when installing a role fro...Sloane Hertel2022-10-142-24/+48