summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urls - remove deprecated client key calls (#80751)HEADdevelJordan Borean2023-05-171-12/+16
* Use strings for `removal_date` in runtime metadata (#80815)Matt Clay2023-05-161-4/+4
* config lookup, new option to show origin of value (#80651)Brian Coca2023-05-112-9/+24
* [sanity-mypy] Ignore re-import warning (#80763)Abhijeet Kasurde2023-05-101-1/+1
* ansible-test - Avoid use of deprecated utcnow (#80750)Matt Clay2023-05-101-1/+5
* junit-xml - Remove outdated type ignore hint (#80748)Matt Clay2023-05-091-1/+1
* fix error if path had wildcard in it (#74723)PRASOON KARUNAN V2023-05-101-2/+2
* setup module, retry facter to handle --puppet errors (#80645)Brian Coca2023-05-081-15/+8
* first_found fix no terms option (#76550)Brian Coca2023-05-081-4/+8
* Prevent setting arbitrary attrs on Jinja2 envs via overrides (#80715)Martin Krizek2023-05-051-1/+4
* Fix docstrings RST markup in `ansible-console` CLI module (#80719)Sviatoslav Sydorenko2023-05-041-16/+20
* Account for overlays when interacting with Jinja envs (#80705)Martin Krizek2023-05-041-4/+4
* Remove unused code from lib/ansible/collections/ (#80712)Matt Clay2023-05-032-65/+0
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-03179-183/+183
* Fix typo in comment filter option (#80672)Chris van Meer2023-05-021-1/+1
* Better parse virtualenv_command option for pip (#80624)Dmitriy Rabotyagov2023-05-021-1/+14
* Don't include a default for cli as it overrides config with lesser pr… (#80...Brian Coca2023-05-011-2/+2
* Removes extraneous parentheses; Fixes 80670 (#80671)Samarendra M Hedaoo2023-04-281-1/+1
* service module : remove flag confugration from openbsd enable/disable service...Brian Coca2023-04-271-91/+15
* [ansible-galaxy] Fix installing signed collections (#80661)Sloane Hertel2023-04-273-32/+9
* _symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...Sloane Hertel2023-04-271-4/+4
* Remove deprecated FileLock class (#80438)Martin Krizek2023-04-271-100/+0
* 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
* Add TTY check and argument to disable it (#50603) (#68260)Landson Guo2023-04-271-2/+7
* Fix gather parallel (#80597)Brian Coca2023-04-262-13/+41
* Templar: remove deprecated shared_loader_obj param (#80439)Martin Krizek2023-04-261-8/+1
* service_facts, get more info for rcctl services (#80630)Brian Coca2023-04-251-7/+30
* PlayIterator: remove deprecated methods (#80437)Martin Krizek2023-04-251-15/+0
* dnf5: use new API to check package signatures (#80609)Martin Krizek2023-04-251-19/+6
* Fix calling v2_playbook_on_notify callback (#80585)Martin Krizek2023-04-241-1/+1
* Add GALAXY_COLLECTIONS_PATH_WARNINGS option. (#78487)Maxwell G2023-04-212-1/+13
* Use target of /usr/bin/dnf for dnf version detection (#80550)Martin Krizek2023-04-211-50/+36
* apt key and repository example security patch (#80381)hexagon62023-04-202-4/+4
* note in systemd that systemctl can change behaviour due to diff order… (#80...Brian Coca2023-04-201-0/+2
* uri module, fix example (#80554)Brian Coca2023-04-201-2/+2
* Update validate_argument_spec.py (#80547)7840vz2023-04-181-1/+1
* Fix PolicyRcD.__exit__ docstring (#80528)Rodrigo Candido Gryzinski2023-04-181-1/+1
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-179-8/+65
* argspec - fix validating type for required options that are None (#79677)Sloane Hertel2023-04-172-2/+2
* ansible-galaxy - fix installing dir sources with a trailing path separator (#...Sloane Hertel2023-04-171-0/+7
* Extend OpenBSDStrategy to also update current hostname. (#80521)Rogier Krieger2023-04-141-1/+20
* 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-132-5/+13
* --syntax-check is only applicable to ansible-playbook. Fixes #80506 (#80507)Matt Martz2023-04-122-2/+2
* Last handler defined runs, fix for roles (#79558)Martin Krizek2023-04-122-84/+92
* fetch_url: remove auto disabling decompress when gzip is not available (#80474)Martin Krizek2023-04-111-6/+2
* get_action_args_with_defaults: remove deprecated redirected_names arg (#80473)Martin Krizek2023-04-111-16/+3
* Templar: do not add dict to globals (#80475)Martin Krizek2023-04-111-4/+1