summaryrefslogtreecommitdiff
path: root/lib/ansible/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove COMMAND_WARNINGS and warn (#77411)Martin Krizek2022-03-303-63/+0
* Update systemd strategy to not confuse NetworkManager (#77243)Matt Martz2022-03-211-5/+8
* ansible_distribution: Add support for Uos/Deepin (#77275)ChanthMiao2022-03-181-0/+12
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-187-11/+17
* unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271)Felix Fontein2022-03-181-2/+9
* get_url fix word emphasis on documentation (#77247)bluikko2022-03-101-1/+1
* Add typing to module_utils.compat. (#77197)Matt Clay2022-03-031-5/+1
* Additional type hinting cleanup. (#77188)Matt Clay2022-03-022-2/+2
* hostname - Use base class on UnimplementedStrategyMatt Clay2022-03-021-84/+81
* Fix type hints and variable usage in modules. (#77184)Matt Clay2022-03-025-13/+16
* Fix module exception handlers.Matt Clay2022-03-022-10/+9
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-016-11/+13
* fix spelling error in details (#77152)jbpratt2022-02-282-2/+2
* hostname module - fix TypeError in FileStrategy (#77025) (#77074)Emmanuel Benoît2022-02-251-1/+1
* apply owner/group permissions to top folder with unarchive module (#73024)Pablo Escobar Lopez2022-02-171-0/+16
* Add basic support for "apt-get clean" operation to apt module (#76758)gcagle32022-02-161-0/+38
* dnf: ensure releasever is passed into libdnf as str (#77024)Martin Krizek2022-02-151-0/+8
* replace - always return rc (#71963)Jack Scheible2022-02-101-1/+1
* Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929)Thomas Sjögren2022-02-091-2/+3
* Make builtin.file modification times support check_mode (#76973)Stephen Ryan2022-02-081-1/+2
* improve warnings from service_facts (#76921)Brian Coca2022-02-081-184/+208
* Added a powershell example for ansible.builtin.script (#76980)James T Snell2022-02-081-0/+3
* Bypass fragile git ssh wrapper (#73404)Brian Coca2022-02-071-46/+79
* Fixed handling of sleep arguments during service restarts on AIX (#76878)neikei2022-02-011-0/+2
* Replace file handling with context managers in files-modules and parsing vaul...Mads Jensen2022-01-281-3/+2
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-4/+4
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-2640-254/+261
* Added restart to the argument condition for AIX (#76841)neikei2022-01-261-1/+1
* user module password expiration fixes (#75390)Daniel Goldman2022-01-241-28/+25
* iptables - added a ``chain_management`` parameter to control chain (#76378)Éloi Rivard2022-01-241-2/+57
* Do not require SystemdStrategy subclasses for every distro (#76800)Matt Martz2022-01-211-109/+2
* Fix documentation around the password parameter of builtin.user (#76702)Julian2022-01-181-2/+2
* apt: add support for package version >= (#75002)Patrick Hemmer2022-01-111-59/+63
* Add check_mode tests for shell/command/script and make skipped=True/changed=T...Sloane Hertel2022-01-078-8/+20
* Update local_mods in git.py to show destination of conflict (#72405)Emyll Almonte2022-01-071-2/+2
* package_facts: Support pkg_info OpenBSD, FreeBSD and NetBSD (#76580)Romain Goncalves2022-01-071-1/+44
* hostname: add support for openEuler distro (#76619)gongnan2022-01-071-0/+6
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-0666-66/+0
* add systemd alias check (#76608)James Livulpi2022-01-071-2/+2
* user: Update logic to check if user exists in macOS (#76592)Abhijeet Kasurde2022-01-071-9/+6
* stat document 'version' return doc (#76589)Brian Coca2022-01-071-0/+6
* facts - Set correct OS family for EuroLinux (#76624)Jaromaz2022-01-051-0/+6
* unarchive: Keep stderr when pick_handler fails (#76365)Jean Raby2021-12-231-8/+8
* check for indirect service in systemd (#76462)James Livulpi2021-12-231-1/+5
* Document get_url module check_mode support right (#76433)bluikko2021-12-141-2/+3
* Clarify include parameter in unarchive (#76543)Jonathan Neuhauser2021-12-141-2/+2
* Use correct markup in documentation (#76545)Felix Fontein2021-12-1415-34/+34
* unarchive: fix non-english locales (#76542)Jonathan Neuhauser2021-12-141-3/+3
* yum: avoid storing unnecessary cache data (#76345)Martin Krizek2021-12-131-3/+3
* plugins/dnf, plugins/yum: implement sslverify option (#76356)Philippe Kueck2021-12-102-7/+33