summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs: file parameter import_tasks and include_tasks (#79077)Don Naro2022-10-132-9/+17
* Don't assume column index for netmask and broadcast (#79121)Matt Martz2022-10-131-8/+19
* jinja2_native: preserve quotes in strings (#79119)Martin Krizek2022-10-121-1/+7
* compile role with all parents in the dep chain (#79079)Sloane Hertel2022-10-122-5/+8
* Disable IP address lookups in iptables -module when listing (#78828)mtoivo2022-10-111-0/+14
* fix password lookup's use of f=v settings (#76551)Brian Coca2022-10-111-62/+60
* Cache field attributes list on the playbook classes (#79091)Martin Krizek2022-10-111-1/+9
* Misc Typo fixes (#79088)Abhijeet Kasurde2022-10-109-14/+14
* Fix empty str defaults in config/base.yml (#77733)Sloane Hertel2022-10-071-1/+1
* copy module - fix copying directories recursively with remote_src=True (#76997)Sloane Hertel2022-10-071-5/+3
* ansible-config, only subvalues should use yaml shorthand (#79073)Brian Coca2022-10-071-3/+7
* Custom salt for ansible-vault encrypt (#79063)Brian Coca2022-10-072-1/+16
* Fix collection install from source respects symlinks (#78983)sbettid2022-10-061-4/+11
* Ensure that we do not squash keywords in validate (#79049)Matt Martz2022-10-063-5/+9
* facts: List all local (scope host) IP address ranges (#79018)Donatas Abraitis2022-10-061-0/+38
* Fix using FQCN for flush_handlers (#79057)Martin Krizek2022-10-061-1/+1
* Add password_hash filter and fix some nits (#78743)Leo Ochoa2022-10-061-3/+3
* Use python re to parse service output instead of grep (#79015)Matt Martz2022-10-051-8/+12
* fixes to FA inheritance (#78990)Brian Coca2022-10-043-17/+22
* ansible-vault: add newline to the output of the 'encrypt_string' command (#79...Dmytro Khomutnyk2022-10-041-0/+5
* Do not crash templating when filter/test name is not a valid Ansible plugin n...Felix Fontein2022-10-041-3/+7
* omit keyword should reset to context (#78917)Brian Coca2022-09-301-10/+25
* apt_key, fix example indentation Jasper2022-09-301-2/+2
* Fix connection/become task loop settings (#78565)Jordan Borean2022-09-301-11/+21
* Deprecate using a list of dicts for vars. See #78920 (#78927)Matt Martz2022-09-291-1/+8
* Fixed spelling (#78911)Joel McGuire2022-09-291-1/+1
* avoid roles exporting vars: (#69040)Brian Coca2022-09-283-26/+54
* Fix docs for new commonpath and normpath filters (#78897)Felix Fontein2022-09-282-7/+8
* make pager and editor configurable, specifically for ansible (#78816)Brian Coca2022-09-284-8/+34
* apt_repository, handle both new/old gpgp stds (#78735)Brian Coca2022-09-281-3/+10
* apt module, prevent tb from invalid type for pkg (#78666)Brian Coca2022-09-281-3/+7
* slight var loading optimization (#78835)Brian Coca2022-09-281-40/+47
* winrm - fix reducing 'Read timed out' error (#78869)Oskar Ahner2022-09-281-2/+23
* Added normpath filter (#78894)Shivam Durgbuns2022-09-272-0/+25
* documented windows filters (#78876)Brian Coca2022-09-273-0/+77