summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sanity: update requirements (#81680)Abhijeet Kasurde2023-09-124-6/+6
* copy: print correct dest path when content + diff is used (#81678)Abhijeet Kasurde2023-09-124-3/+11
* env-setup.fish: Correct syntax errors (#81677)Sam Doran2023-09-121-7/+7
* ansible-galaxy-collection - fix config permissions for galaxy-importer (#81679)Sloane Hertel2023-09-121-0/+1
* Fix set filters to use set operations (#81639)Matt Clay2023-09-118-79/+102
* ansible-doc: allow to filter by more than one collection (#81450)Felix Fontein2023-09-1110-33/+138
* Only mark a role as complete once a task in it executes for the target host (...Sloane Hertel2023-09-088-2/+67
* Lazy load Templar for [changed,failed]_when (#81650)Martin Krizek2023-09-082-4/+3
* encrypt: deprecate passlib_or_crypt (#81571)Abhijeet Kasurde2023-09-075-12/+25
* ansible-vault: Check if the destination is writable (#81660)Abhijeet Kasurde2023-09-073-3/+20
* Replace ConfigParser.readfp() with read_file() (#81657)Martin Krizek2023-09-073-2/+8
* Corrected a typo In options list (#81655)Edwin Guelfandbein2023-09-071-1/+1
* Update user.py (#81653)Tony F2023-09-071-6/+3
* Improve ansible-pull documentation (#81646)rakeshkhopade122023-09-071-1/+1
* Support packaging and importlib.metadata for pip module (#80881)Matt Martz2023-09-054-31/+106
* fix various Jinja plugin caching issues (#79781)Matt Davis2023-09-054-94/+77
* Add type hints to ansible.utils.display::Display (#81400)Martin Krizek2023-09-057-59/+104
* changed link ‘Risks of becoming an unprivileged user’ (#81623)1LAV12023-09-051-2/+1
* utils/encrypt.py: remove unused private _LOCK (#81614)Martin Krizek2023-09-052-3/+2
* yum/dnf/dnf5/zypper documentation - fix grammatical error (#81601)David Gries2023-08-314-4/+4
* Docs: Clarify copy module's purpose; tweak wording (#81592)kpinc2023-08-311-2/+6
* tarfile: Handle deprecation warning for extract and extractall (#81545)Abhijeet Kasurde2023-08-315-4/+53
* ansible-test - Fix Python coverage stub generation (#81611)Matt Clay2023-08-311-1/+1
* Add short option for --ask-vault-pass (#80527)Steffen Frömer2023-08-312-1/+3
* ansible-test - Enable thread code coverage (#81604)Matt Clay2023-08-302-2/+8
* ansible-test - Update mypy to 1.5.1 (#81602)Matt Clay2023-08-302-2/+5
* Bump `coverage.py` to v7.3.0 in `ansible-test` (#81077)Sviatoslav Sydorenko2023-08-303-2/+11
* Fix typos in url lookup plugin options (#81587)John HU2023-08-293-3/+29
* Fix nested jinja statements in integration tests (#81591)Matt Martz2023-08-295-11/+11
* mode is a module option. (#81590)Felix Fontein2023-08-291-1/+1
* Improve ansible.builtin.copy directory_mode parameter docs (#81127)kpinc2023-08-291-3/+4
* Add warnings for illegal file names in role (#81555)Aleksey Tsalolikhin2023-08-283-2/+24
* dnf - fix for a package from URI and update_only (#81568)Brent Barbachem2023-08-283-5/+31
* script: add argument validation (#81469)Abhijeet Kasurde2023-08-254-15/+46
* find: correct typo (#81512)Vlad Glagolev2023-08-251-2/+2
* PowerShell - Improve error checking (#80984)Jordan Borean2023-08-245-1/+69
* PowerShell - remove uneeded dotnet code for future compatibility (#81472)Jordan Borean2023-08-247-19/+3
* user - set current expiration correctly when no shadow entry exists (#75194)Sam Doran2023-08-234-2/+54
* apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445)Abhijeet Kasurde2023-08-234-3/+46
* Remove duplicate FILE_ATTRIBUTES definition (#81494)swakeert2023-08-232-23/+3
* Fix pause CPU consumption (#81519)Sloane Hertel2023-08-222-0/+4
* fix typo in example human_to_bytes filter (#81559)Dmitry K. Anisimov2023-08-221-1/+1
* group: remove extraneous warning (#81557)Abhijeet Kasurde2023-08-222-7/+3
* path_join: update docs and examples for absolute path (#81544)Abhijeet Kasurde2023-08-222-4/+10
* debconf: idempotency for password question (#81484)Abhijeet Kasurde2023-08-223-11/+75
* Unit test cleanup (#81556)Matt Clay2023-08-222-23/+19
* ansible-test - Limit deprecated check to core (#81552)Matt Clay2023-08-212-1/+2
* Fix macos defaults (#79999)Caesarovich2023-08-214-1/+25
* ansible-test - Always use managed entry points (#81537)Matt Clay2023-08-1810-9/+117
* "retries" without "until": retry until success (#81531)Martin Krizek2023-08-174-14/+44