summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.7] pip - Fix check_mode for prerelease packages (#68690)Rick Elrod2020-04-211-1/+1
* redhat_subscription: Fix usage of ConfigParser (#54815)Christopher Snyder2019-04-161-2/+2
* fix dnf module removal in dnf upstream 4.2.2+ (#54923)Adam Miller2019-04-081-2/+8
* Handle empty output in remote_exists (backport of #52010 to 2.7) (#54103)Alexander Bethke2019-03-221-0/+2
* 2.7: yum: fix disable_excludes in repoquery fallback (#53697)Martin Krizek2019-03-181-0/+17
* rhsm_repository: Properly handle no repos (#51938)Till Maas2019-02-221-1/+1
* fix bug #47154 (#49881)Philippe Makowski2019-02-211-8/+2
* Backport/2.7/51548 - Properly handle unauthenticated yum proxy config (#52245)T. Ichikawa2019-02-141-1/+3
* yum: disableexcludes is supported on centos6 (#51698)Martin Krizek2019-02-111-3/+0
* Backport #47219 fixes Python 3.7 bugsMatt Davis2019-01-251-1/+0
* fix order of dnf api operations so transactions don't fail (#50038)Adam Miller2019-01-071-2/+9
* dnf - fix conf_file loading (#50515)Jordan Borean2019-01-071-11/+11
* Fix yum/dnf handling of URIs that don't end in .rpm (#49912)Adam Miller2019-01-072-4/+11
* Fix two regressions in flatpak and flatpak_remote modules (#49651)Alexander Bethke2019-01-072-8/+52
* dnf module load/init dnf pkg mgr plugins properly (#49278)Adam Miller2018-12-031-11/+17
* Improve pip umask docs (#49146, #49325) (#49326)Bob Vincent2018-11-301-2/+2
* [stable-2.7] pip: Fix the mistake replacement from 'distribute' to 'setuptool...Sviatoslav Sydorenko2018-11-261-2/+2
* Replace some likely forgotten `yum` by `dnf` (#48988)Arnaud Venturi2018-11-261-2/+2
* dnf to support modularity module appstream specsAdam Miller2018-11-191-7/+112
* Do not require TTY for 'apt-key' operations (#48580)Maciej Delmanowski2018-11-191-2/+2
* make yum update_only option actually work (#47942)Adam Miller2018-11-191-13/+31
* [stable-2.7] Fix pip idempotence in check modeStrahinja Kustudic2018-11-111-2/+10
* [stable-2.7] Prevent duplicate entries in rhsm_repository module (#48107)Sam Doran2018-11-091-26/+27
* yum also parse obsolete package output (#45365)Adam Miller2018-11-091-5/+20
* Correct yum and dnf autoremove behavior (#47902)Adam Miller2018-11-052-7/+4
* Explain what happens when gpgcheck is not set in yumAlicia Cozine2018-11-051-0/+2
* dnf properly gpg check local packages based on param (#47455)Adam Miller2018-10-231-0/+1
* don't restrict disable_excludes choices incorrectly (#47453)Adam Miller2018-10-232-2/+0
* [stable-2.7] Fix problem where pip module cannot accept multiple extras (#47449)Sviatoslav Sydorenko2018-10-231-2/+8
* fix yum proxy username/password handling (#47435)Adam Miller2018-10-231-6/+13
* Handle dnf immutable mutable datatypes (#47434)Adam Miller2018-10-221-3/+16
* 2.7: yum/dnf: fail when space separated string of names (#47109) (#47414)Martin Krizek2018-10-222-3/+4
* yum module properly check for None config_file (#46641) (#46820)Adam Miller2018-10-111-2/+2
* Improve dnf group output for clarityAdam Miller2018-09-061-51/+19
* maven_artifact: enforce required params (fixes #44823) (#44967)S. Veyrié2018-08-311-3/+3
* maven_artifact: download with shutil.copyfileobj to a temp file (#44956)S. Veyrié2018-08-311-45/+29
* Fix maven_artifact md5 checksum check with archiva repository (#43250)bonzi3162018-08-311-0/+8
* Fix a comparison with a string and a byte in flatpak_remote (#44835)Stéphane Wirtel2018-08-301-2/+4
* Various updates to macports module (#44605)newtonne2018-08-301-69/+96
* Improve error condition handling for dnf module (#44770)Adam Miller2018-08-281-3/+22
* Correct documentation for deployment_mode flag (#25978)Anna Wiggins2018-08-271-3/+3
* fix yum install with disablerepo (#44735)Adam Miller2018-08-271-1/+2
* YUM4/DNF compatibility via yum action plugin (#44322)Adam Miller2018-08-272-97/+462
* Clean up BOTMETA.yml (#44574)Dag Wieers2018-08-242-5/+6
* Minor typo fix in package module documentation (#44617)Abhijeet Kasurde2018-08-241-1/+1
* Fix for "cannot marshal None unless.." (#33660)photoninger2018-08-221-0/+2
* Allow version specifiers for pip install (#41792)Zhikang Zhang2018-08-171-28/+159
* Refactor yum and dnf, add feature parity (#43621)Adam Miller2018-08-172-1450/+1579
* Add note to `apt_key` doc about update requirement (#25111)Raúl Cuza2018-08-161-0/+1
* yum will fail on 'No space left on device', fixes #32791 (#40737)Strahinja Kustudic2018-08-141-0/+10