summaryrefslogtreecommitdiff
path: root/library/yum
Commit message (Expand)AuthorAgeFilesLines
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-281-700/+0
* disable_gpg_check in the yum module.Tin Tvrtkovic2013-04-231-3/+30
* allow URL spec for installmilan2013-04-081-3/+19
* Teach the yum module to support --check mode.Michael DeHaan2013-02-171-1/+14
* use a local copy of repoq so we don't inadvertently pollute the one for is_in...Seth Vidal2013-02-011-11/+14
* don't apply enablerepo's to is_installed() to work around yum-utils/repoquery...Seth Vidal2013-02-011-6/+23
* test the repos in enablerepo/disablerepo and error out if they are brokenSeth Vidal2013-01-311-3/+19
* module must be passed to repolist tooDaniel Hokka Zakrisson2013-01-221-2/+2
* module needs to be passed to local_nvraPepe Barbe2013-01-221-2/+2
* Update modules to use run_command in module_common.pyStephen Fromm2013-01-131-35/+11
* if user has manually installed an intermediate version - don't ignore it: iss...Seth Vidal2012-12-121-0/+10
* DOCUMENTATION: yum (moved version to added)Jan-Piet Mens2012-11-221-2/+2
* DOCUMENTATION stringsJan-Piet Mens2012-11-211-1/+1
* chmod -x for all module files in source checkoutMichael DeHaan2012-11-191-0/+0
* Make module output more consistent wrt. changed/failedDag Wieers2012-11-081-40/+22
* fix up remove and fix fixme checking to see if pkg was removedSeth Vidal2012-10-291-27/+31
* fix removal case where first pkg in a list is not installed at allSeth Vidal2012-10-291-7/+3
* add comments that enablerepo/disablerepo are new in 0.9Seth Vidal2012-10-241-6/+9
* tested and verified yum enable/disablerepo option for yum moduleSeth Vidal2012-10-241-14/+15
* first cut at yum module with enable/disable repoSeth Vidal2012-10-241-24/+87
* Reformat code: examples consistentlyJan-Piet Mens2012-10-231-3/+3
* when a pkg is installed, but not from any repo, don't error outSeth Vidal2012-10-191-1/+5
* Module DOCUMENTATION for template, wait_for, and yumJan-Piet Mens2012-09-291-0/+34
* Invoke is_installed correctly from rpm pathDaniel Hokka Zakrisson2012-09-131-1/+1
* fix up local_nvraSeth Vidal2012-08-241-1/+5
* meaningless whitespace changesMichael DeHaan2012-08-141-9/+31
* Can use fail JSON here, remove debug statementMichael DeHaan2012-08-141-4/+1
* Fix aliases, package not found is not an errorMichael DeHaan2012-08-141-2/+4
* fixes to yum moduleSeth Vidal2012-08-141-0/+11
* cover all of the edge cases with and without yum-utils installed.Seth Vidal2012-08-141-126/+179
* subprocess is already imported in module_common - no need for it hereSeth Vidal2012-08-141-1/+0
* rename variable 'pkg' in yum module such that the auto-handled error messages...Michael DeHaan2012-08-111-7/+7
* Add module common code to allow it to be easier to indicate whether arguments...Michael DeHaan2012-08-111-20/+7
* Make pep8 tests run against the library directory as well, and associated twe...Michael DeHaan2012-08-111-5/+5
* Fix a scoping issue that was fixing some non-repoquery-installed casesMichael DeHaan2012-08-091-2/+3
* Merge branch 'yum-wo-repoquery' of https://github.com/dhozac/ansible into develMichael DeHaan2012-08-091-51/+90
|\
| * Allow using the yum module without repoqueryDaniel Hokka Zakrisson2012-08-091-51/+90
* | make yum module work with list=pkgspecSeth Vidal2012-08-091-3/+3
|/
* Only run yum,apt through the with_items loop if there is a list of items. Ju...Michael DeHaan2012-08-081-1/+0
* add show-duplicates to reqpoquery to keep people whoSeth Vidal2012-08-081-2/+2
* missed the quotesSeth Vidal2012-08-081-1/+1
* fix up yum state=latest with pkg groupsSeth Vidal2012-08-081-1/+1
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-39/+39
* Add encoding lines to python modules such that they can take unicode options ...Michael DeHaan2012-08-021-0/+2
* - add a check for repoquery so we can abort politelySeth Vidal2012-08-021-19/+25
* changelog / remove a failed=FalseMichael DeHaan2012-08-011-1/+0
* failed should not be in the result returns for a module upon successMichael DeHaan2012-08-011-6/+0
* redo of yum module - uses more system calls but should handleSeth Vidal2012-08-021-179/+282
* Join with_items for the apt module, yum pending, and various fixes to the yum...Michael DeHaan2012-08-011-5/+5
* Teach the common module code to warn users about typo'd arguments and also se...Michael DeHaan2012-07-311-4/+2