summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use dict comprehension instead (#83680)Abhijeet Kasurde2024-10-161-5/+1
* Remove unnecessary code (#84085)Abhijeet Kasurde2024-10-151-6/+2
* feat: checksum_algo param for find module (#83014)ShIRann Chen2024-10-115-25/+65
* ansible-test - Improve container probe error handling (#84109)Matt Clay2024-10-113-9/+28
* service_facts: add FreeBSD support (#82556)Brian Coca2024-10-103-3/+78
* Add NoReturn annotations in module_utils (#84106)Matt Clay2024-10-103-3/+7
* Enable bad-docstring-quotes pylint rule for core (#84100)Matt Clay2024-10-092-0/+6
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-09416-2236/+2236
* ansible-test - Work around pylint issue on 3.11 (#84094)Matt Clay2024-10-092-4/+7
* ansible-test - Enable pylint docstyle for tests (#84092)Matt Clay2024-10-096-53/+50
* ansible-test - Update base/default containers (#84089)Matt Clay2024-10-092-3/+4
* Fix copyright format for gather_facts and mount_facts as documented (#84087)Sloane Hertel2024-10-092-2/+2
* Cover unit tests with mypy (#84084)Matt Clay2024-10-0826-115/+218
* Update unique filter docs (#84078)Abhijeet Kasurde2024-10-081-3/+19
* user module, avoid chmoding symlink'd home file (#83956)Brian Coca2024-10-084-2/+74
* docs: `unique` add missing settings (#84076)Tinyblargon2024-10-081-0/+12
* PlayIterator: skip tasks from already ran roles (#83793)Martin Krizek2024-10-086-29/+23
* ansible-galaxy - fix ignoring certs when installing from git repos (#83332)Sloane Hertel2024-10-084-6/+49
* ansible-test - Update astroid for pylint sanity test (#84054)Matt Clay2024-10-042-2/+2
* ansible-test - Disable pylint deprecated-* rules (#84050)Matt Clay2024-10-047-2/+21
* Implicit flush_handlers inherit play tags (#83968)Martin Krizek2024-10-045-12/+41
* Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945)Sloane Hertel2024-10-033-4/+4
* ansible-test - Update sanity tests and default Python (#83998)Matt Clay2024-10-0313-23/+31
* Reduce number of implicit meta tasks (#84007)Martin Krizek2024-10-0310-152/+93
* file: simplify the code (#84043)Abhijeet Kasurde2024-10-032-94/+126
* get_url: properly parse filename in content-disposition (#83748)Martin Krizek2024-10-034-22/+41
* Use sentinel everywhere (#84041)Abhijeet Kasurde2024-10-0319-94/+92
* ansible-test - Update nios-test-container to 6.0.0 (#84042)Matt Clay2024-10-022-1/+3
* remove one ignore clause for module copy (#83643)Alexei Znamensky2024-10-023-3/+4
* cron: return stdout and rc for cron command (#83290)Jack Farzan2024-10-012-1/+4
* debconf: set empty password value (#83217)Abhijeet Kasurde2024-10-014-41/+153
* Prevent condor from being installed and fulfilling libfmt dependency (#84023)Matt Martz2024-09-301-1/+1
* Add additional logging for SSH runtime output timeouts and escalation message...uber-dendy2024-09-302-7/+12
* INVENTORY_IGNORE_EXTS stop ignoring ini (#84001)Brian Coca2024-09-263-1/+5
* facts: Skip path if the distribution path is directory (#84012)Abhijeet Kasurde2024-09-263-1/+21
* package/dnf action plugins: better facts failure msg (#83995)Martin Krizek2024-09-263-9/+14
* Test entry points with editable install (#84002)Matt Clay2024-09-241-17/+32
* Ansible Errors, Don't hide stacked messages when yaml (#83933)Brian Coca2024-09-244-8/+16
* split: Fix incorrect example result of the split builtin filter (#83982)ๆž—ๅšไป Buo-ren Lin2024-09-241-1/+1
* Add basic validation for action_groups (#83965)Felix Fontein2024-09-246-1/+60
* dnf5: fix tb when plugins API is not available (#83969)Martin Krizek2024-09-242-1/+11
* Move ansible-deprecated ignores for tests inline (#83989)Matt Clay2024-09-243-17/+13
* zap changelogs (#83988)Matt Davis2024-09-24157-446/+1
* bump devel to 2.19 (#83985)Matt Davis2024-09-243-2/+10
* isidentifier: Remove Python 2 specific code (#83688)Abhijeet Kasurde2024-09-233-34/+20
* ansible-test - Use Python version in pylint contexts (#83984)Matt Clay2024-09-233-43/+25
* ansible-galaxy - fix the usage for role/collection install (#83979)Sloane Hertel2024-09-231-1/+1
* dnf5: re-introduce ``state: installed`` alias (#83961)Martin Krizek2024-09-233-3/+5
* Do not convert floats to ints when there is truncation (#83864)Brian Coca2024-09-209-110/+43
* Add mount_facts module (#83508)Sloane Hertel2024-09-197-0/+1847