summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/yumdnf.py
Commit message (Expand)AuthorAgeFilesLines
* Add cacheonly option to yum and dnf modules (#73820)Amin Vakil2021-04-161-0/+2
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-5/+5
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+3
* yum/dnf: check type of elements in a name (#70072)Martin Krizek2020-06-151-1/+1
* yum: check whether the lock file disappeared (#58581)Martin Krizek2019-07-111-1/+2
* yum: take care of stale/invalid yum.pid (#58457)Martin Krizek2019-06-271-7/+17
* assign a sane default to yum/dnf lock_timeout, in line with cli (#57383)Adam Miller2019-06-131-1/+1
* Allow all of yum version compare operators (#54603)Robert Osowiecki2019-04-081-6/+7
* yum/dnf: Add download_dir param (#53171)Martin Krizek2019-03-041-0/+2
* dnf/yum - added install_weak_deps option (#50525)Jordan Borean2019-01-041-0/+2
* Correct yum and dnf autoremove behavior (#47902)Adam Miller2018-11-051-1/+14
* yum: fix 'package == version' syntax (#47744)Martin Krizek2018-10-301-1/+1
* don't restrict disable_excludes choices incorrectly (#47453)Adam Miller2018-10-231-1/+1
* yum/dnf: fail when space separated string of names (#47109)Martin Krizek2018-10-191-0/+9
* Fix yum/dnf lock file polling (#47250)flowerysong2018-10-191-12/+9
* yum module handle list optional empty strings properly (#46634)Adam Miller2018-10-101-0/+3
* allow update_cache as stand alone operation for yum/dnf (#46183)Adam Miller2018-10-081-1/+1
* handle yum and dnf lockfiles - fixes #44120 (#45359)Adam Miller2018-09-191-0/+20
* Improve error condition handling for dnf module (#44770)Adam Miller2018-08-281-6/+24
* Refactor yum and dnf, add feature parity (#43621)Adam Miller2018-08-171-0/+99