summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
Commit message (Expand)AuthorAgeFilesLines
* 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
* pip: combine chdir and env only when env is set (#40793)Till Maas2018-08-131-1/+1
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-8/+1
* To improve readability, we added a line feed. (#43764)curry99992018-08-071-0/+6
* Correct a typo in pip module error message (#43784)Arnaud Venturi2018-08-071-1/+1
* Clarifications of parameters in yum_repo module (#38453)AlexisLessard2018-08-071-2/+2
* Allow for the specification of a rhsm_repo_ca_cert if changing baseurl (#43343)Michael Dodwell2018-08-031-0/+6
* Add AnsibleModule signature schema, and fix associated issues (#43512)Matt Martz2018-07-311-2/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-314-2/+7
* Revert "dnf: Call dnf.Base.close() before exit to cleanup. (#41810)"Adam Miller2018-07-311-10/+0
* Yum: Add support for --downloadonly (#41506)Adam Harwell2018-07-181-2/+22
* removing duplicate operations from the use of list comprehensions. None of th...Bryce Verdier2018-07-181-15/+10
* disable_excludes (#42510)Frank Vissing2018-07-181-56/+90
* dnf: Call dnf.Base.close() before exit to cleanup. (#41810)Orion Poplawski2018-07-181-0/+10
* Python3: compare bytes with bytes and strings with strings. (Fixes #42677) (#...Michael Steffens2018-07-171-3/+6
* Update yum_repository.py (#42859)Adam Conway2018-07-171-0/+1
* Put umask value in quotation marks (#41409)Kevin Mooney2018-07-131-1/+1
* Port modules away from __file__Toshio Kuratomi2018-07-091-2/+1
* Fix remote_tmp when become with non admin user (#42396)Jordan Borean2018-07-061-1/+1
* Fix error message when using the params option (#42305)Julien Brochet2018-07-041-2/+1
* Make zypper work with python3Robin Roth2018-06-251-1/+1
* apt: fix apt-mark on debian6 (#41530)Martin Krizek2018-06-201-1/+2
* Add RETURN docs for the pip module (#39907)David Moreau Simard2018-06-191-0/+28
* Add upgrade ('latest') support to pkgng module (#41623)Jacob2018-06-191-16/+48
* Enable to use greedy checks for outdated casks (#40799)Jason Tedor2018-06-181-8/+34