summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils
Commit message (Expand)AuthorAgeFilesLines
* [sanity-mypy] Ignore re-import warning (#80763)Abhijeet Kasurde2023-05-101-1/+1
* setup module, retry facter to handle --puppet errors (#80645)Brian Coca2023-05-081-15/+8
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0313-14/+14
* _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
* Use target of /usr/bin/dnf for dnf version detection (#80550)Martin Krizek2023-04-211-50/+36
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-8/+3
* argspec - fix validating type for required options that are None (#79677)Sloane Hertel2023-04-172-2/+2
* fetch_url: remove auto disabling decompress when gzip is not available (#80474)Martin Krizek2023-04-111-6/+2
* Symbolic modes with X or =[ugo] always use original mode (#80132)Sean Reifschneider2023-04-101-4/+4
* Only use the selectors code path when we are prompt matching (#79931)Matt Martz2023-04-041-41/+47
* Fix getting timeout for get mounts facts on Linux (#79847)Geoffroy Doucet2023-04-041-1/+1
* Add new dnf5 module (#80272)Martin Krizek2023-03-311-1/+4
* Improve Ansible.Basic.cs tempdir uniqueness (#80328)Jordan Borean2023-03-281-1/+2
* Ansible.Basic - Improve temporary file cleanup process (#80293)Jordan Borean2023-03-281-6/+263
* ansible-galaxy collection install retry improvements (#80180)Matt Martz2023-03-221-1/+14
* corrected class documentation (#80241)Sumanth Lingappa2023-03-161-1/+1
* Define all processor facts on s390x (#19755) (#79806)Yaakov Selkowitz2023-02-231-21/+33
* Update mypy to version 1.0.0 (#79963)Matt Clay2023-02-093-4/+4
* basic.py - Perform Python version check earlier (#79954)Matt Clay2023-02-081-13/+15
* pycompat24 - Remove support for Python <= 2.5 (#79953)Matt Clay2023-02-081-39/+1
* Fix detection of available hashlib algorithms (#79946)Matt Clay2023-02-081-30/+36
* Fix "pointless" strings detected by pylint (#79943)Matt Clay2023-02-074-12/+6
* Clean up pointless statements (#79941)Matt Clay2023-02-071-1/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-038-44/+26
* Ignore necessary unused imports in module_utils (#79904)Matt Clay2023-02-0310-13/+14
* Remove unused stdlib imports from module_utils (#79905)Matt Clay2023-02-035-9/+0
* Remove unused internal imports from module_utils (#79906)Matt Clay2023-02-034-5/+0
* AddType - Support compiling with /unsafe C# code (#79853)Jordan Borean2023-01-311-0/+20
* Ansible.Basic.cs - Fix compile error on PS 7.3.x (#79848)Matt Clay2023-01-311-0/+4
* Update mypy and its dependencies. (#79812)Matt Clay2023-01-253-7/+7
* Argument spec alias handling: actually report deprecated aliases in suboption...Felix Fontein2023-01-192-14/+30
* Fix reporting of deprecated arguments for modules. (#79681)Felix Fontein2023-01-132-3/+19
* fix role argument spec error for invalid suboptions (#76578)Sloane Hertel2023-01-092-9/+55
* Update vendored distro (#79227)Christian Loos2022-11-231-80/+71
* openbsd factgs, use physmem instead of usermem for total mem (#79316)Darshan2022-11-081-1/+1
* Fix up sanity problemsJordan Borean2022-11-022-6/+6
* Don't assume column index for netmask and broadcast (#79121)Matt Martz2022-10-131-8/+19
* Misc Typo fixes (#79088)Abhijeet Kasurde2022-10-101-1/+1
* facts: List all local (scope host) IP address ranges (#79018)Donatas Abraitis2022-10-061-0/+38
* Add `use_rsa_sha2_algorithms` option for paramiko (#78789)Matt Martz2022-09-211-1/+4
* Fix local facts unreadable (#76095)Ruediger Pluem2022-09-191-2/+9
* Add OSMC to Debian OS_FAMILY_MAP (#78778)Markus Opolka2022-09-161-1/+1
* Recover unix load average into an ansible_loadavg fact (#75319)David Moreau Simard2022-09-132-0/+33
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-7/+11
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-179/+196
* Fix distro fact handling for Flatcar (#77635)Johanan Liebermann2022-09-071-8/+10
* fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran2022-09-061-2/+43
* Guard urllib3 imports against all exceptions. Fixes #78648 (#78667)Matt Martz2022-08-301-4/+4
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-112-4/+4