summaryrefslogtreecommitdiff
path: root/packaging/os/yum.py
Commit message (Expand)AuthorAgeFilesLines
* One more bug yum non English localestoshihisa2016-03-161-1/+2
* Fix yum module failing to initalize yum pluginsDaniel Kimsey2015-12-101-0/+1
* Fix for state=latest with wildcard or virtual provide package namesToshio Kuratomi2015-10-081-8/+20
* Use exit_json in the latest yum subcommand instead of returning the result.Toshio Kuratomi2015-09-041-2/+2
* Return change results in a dictionary listing the package names.Toshio Kuratomi2015-08-201-13/+7
* yum: improved check_mode handling and package update flow.queridiculo2015-08-201-52/+113
* Add notes about loop squashing and 1.9.2 change to install packages in one yu...Toshio Kuratomi2015-07-091-2/+16
* Restore setting cachedir when non-root but don't take a useless cachedir para...Toshio Kuratomi2015-06-161-0/+8
* Renamed previous pkgs variable to installed_pkgs as spotted by @strahinjaEdward Torbett2015-06-151-3/+3
* Corrected pkg to pkgs as noted by @abadgerEdward Torbett2015-06-151-1/+1
* Added multi package operation to remove as suggested by @abadger. Adding to l...Edward Torbett2015-06-151-9/+14
* Comments by @abadgerEdward Torbett2015-06-151-1/+3
* Rather than executing yum once per package, execute yum once for all supplied...Edward Torbett2015-06-151-13/+17
* Import ansible module_utils at bottom of file to not mess with line numbers i...Toshio Kuratomi2015-05-291-2/+3
* add :// url support for EL 5Jonathan Mainguy2015-05-291-0/+32
* - Fixed annoying bug that disablerepo was essentially broken if a package nee...Zoltan Kozma2015-05-291-9/+22
* ifxed error message as code remove the repo r varBrian Coca2015-04-101-1/+1
* Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repoBrian Coca2015-02-031-31/+21
|\
| * Fixes --enable-repo for Oracle LinuxJonathan Mainguy2014-11-121-31/+21
* | Merge pull request #624 from mscherer/use_rpm_moduleToshio Kuratomi2015-01-291-9/+15
|\ \
| * | Use the rpm python module rather than execing rpmMichael Scherer2015-01-111-9/+15
* | | Example addedAlejandroF2015-01-281-0/+3
* | | Remove unused codeMichael Scherer2015-01-121-9/+1
|/ /
* | yum: add update_cache optionRené Moser2014-12-011-0/+15
|/
* Some more module categorization.Michael DeHaan2014-11-041-0/+838