summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/dnf.py
Commit message (Expand)AuthorAgeFilesLines
* replace yes/no with true/false in docstrings (#79274)Alicia Cozine2022-11-011-7/+7
* validate-modules: do not treat falsy non-`False` defaults as `None` (#79267)Felix Fontein2022-11-011-1/+6
* Address inactive but legacy print calls found with code checking. (#78581)Andrew Latham2022-08-181-2/+0
* add note to use package_facts module (#78484)Sandra McCann2022-08-171-1/+2
* dnf: clarify comparison operators in docs (#78316)Martin Krizek2022-07-211-2/+3
* dnf: fix output parsing on non-English LANGUAGE systems (#78233)Martin Krizek2022-07-121-1/+2
* [dnf] Fix skip_broken, add test coverage (v2) (#78158)LRitzdorf2022-06-301-26/+41
* dnf: ensure releasever is passed into libdnf as str (#77024)Martin Krizek2022-02-151-0/+8
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-15/+15
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
* Use correct markup in documentation (#76545)Felix Fontein2021-12-141-3/+3
* plugins/dnf, plugins/yum: implement sslverify option (#76356)Philippe Kueck2021-12-101-6/+16
* Fix broken M() refs. (#76202)Felix Fontein2021-11-021-1/+1
* dnf: add more specific error message for GPG check (#76194)Martin Krizek2021-11-021-1/+1
* docs: clarify skip_broken option in dnf/yum (#76038)jaydesl2021-10-141-1/+2
* Add attributes 2/x (#75619)Brian Coca2021-09-231-0/+17
* dnf: ensure we use the correct locale for dnf API (#75264)Martin Krizek2021-08-301-14/+22
* dnf: allow for download_only to be run without root (#75532)Martin Krizek2021-08-201-1/+1
* dnf: align the return value of the list argument with yum (#75501)Martin Krizek2021-08-171-2/+7
* dnf: properly capture transaction error (#75444)Martin Krizek2021-08-121-2/+6
* Fix dnf package matching (#75411)Sloane Hertel2021-08-061-16/+32
* dnf - replace usage of private attribute with supported API (#73529)Jaroslav Mracek2021-06-011-9/+19
* dnf - fix whatprovides API block (#74764)Abhijeet Kasurde2021-05-241-8/+18
* dnf - fix typo in message (#74720)Ikko Ashimine2021-05-181-11/+11
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* Add cacheonly option to yum and dnf modules (#73820)Amin Vakil2021-04-161-0/+9
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-42/+34
* [dnf] Make "remove" filtering closer to dnf CLI (#73033)Rick Elrod2021-01-071-15/+5
* Update yum/dnf module docs to include version comp (#72763)Adam Miller2020-12-111-0/+6
* [dnf] Some fixes around filtering (#72483)Rick Elrod2020-11-041-2/+4
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-0/+16
* [dnf] accumulate update filters (#71726)Rick Elrod2020-09-151-2/+6
* [dnf] ensure packages are gpg-verified (#71537)Rick Elrod2020-08-311-0/+22
* [dnf] show installations/removals in check_mode (#70892)Rick Elrod2020-07-281-6/+14
* dnf: Add nobest option (#70318)Amin Vakil2020-07-271-0/+13
* yum/dnf: check type of elements in a name (#70072)Martin Krizek2020-06-151-0/+2
* starting metadata sunset (#69454)Brian Coca2020-06-041-5/+0
* Enable logging using setup_loggers() API in dnf-4.2.17-6 or laterHideki Saito2020-05-301-0/+6
* Fix example format in Ansible modules (#69509)Andrew Klychkov2020-05-281-11/+11
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+1291