summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0813-0/+52
* Call main in conditional way - packaging (#5826)Fabio Alessandro Locati2016-12-087-7/+16
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-086-12/+12
* Clarify the commentToshio Kuratomi2016-12-081-2/+2
* Older versions of rhn-client-tools don't understand containment tests.Toshio Kuratomi2016-12-081-3/+4
* Performance improvement using in-operator on dictsDag Wieers2016-12-081-1/+1
* Performance improvement using in-operator for hash lookupsDag Wieers2016-12-081-1/+1
* Change example syntax on pip moduleSam Doran2016-12-081-14/+41
* Change example syntax on gem moduleSam Doran2016-12-081-3/+11
* Change example syntax on easy_install moduleSam Doran2016-12-081-2/+6
* Change example syntax on yum moduleSam Doran2016-12-081-9/+28
* Change example syntax on rpm_key moduleSam Doran2016-12-081-3/+9
* Change example syntax on rhn_register moduleSam Doran2016-12-081-12/+26
* Change example syntax on rhn_subscription moduleSam Doran2016-12-081-3/+8
* Change example syntax on redhat_subscription moduleSam Doran2016-12-081-13/+24
* Change example syntax on package moduleSam Doran2016-12-081-2/+6
* Change example syntax on apt_rpm moduleSam Doran2016-12-081-6/+18
* Change example syntax on apt_repository moduleSam Doran2016-12-081-6/+20
* Change example syntax on apt_key moduleSam Doran2016-12-081-8/+27
* Change example syntax on apt moduleSam Doran2016-12-081-1/+1
* Correct the handling of state=latest for yum groups. (#4141)jctanner2016-12-081-3/+13
* apt: fix changed when cache updated but not pkg (#5487)René Moser2016-12-081-6/+0
* If fetch_url failed to download the URL fail early with a proper error messag...Matt Martz2016-12-081-0/+2
* apt_repository: Relax PPA checks and add basename (#5432)Matt Robinson2016-12-081-10/+17
* Add more specific language to module description and examplesChris Becker2016-12-081-1/+4
* apt: update cache until corrupt package lists are fixed (#5448)jctanner2016-12-081-1/+28
* Need to locate a pip inside a venv when venv is specifiedToshio Kuratomi2016-12-081-22/+36
* Replace dangerous shell calls with module.run_commandEvgenii Terechkov2016-12-081-9/+7
* Ensure that we use shellEvgenii Terechkov2016-12-081-1/+1
* Order of return values was reversedToshio Kuratomi2016-12-081-1/+1
* Fix builddep when a source package exists without a binary packageToshio Kuratomi2016-12-081-11/+15
* Only change to short IDs for delete (#5353)Toshio Kuratomi2016-12-081-67/+120
* On Ubuntu16, virtualenv always tries to use python2 even when python2 is not ...Toshio Kuratomi2016-12-081-1/+9
* Fix incorrect line wrapping in output from yum check-updatesFilip Hubík2016-12-081-0/+2
* Ensure yum failures in with-loop result into a failed taskDag Wieers2016-12-081-7/+15
* Make pip module use pip3 on python 3Michael Scherer2016-12-081-2/+12
* apt: doc: use yaml syntax in examples (#5070)Alfredo Solano2016-12-081-38/+64
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-083-6/+6
* Correct functional typosJohn Barker2016-12-081-1/+1
* apt: fix cache time handling (#1517)Kevin Carter2016-12-081-40/+72
* Fix pip freeze workaround with virtualenv (#4951)Toshio Kuratomi2016-12-081-31/+47
* pip list isn't available on pip less than 1.3 so make a fallback (#4947)Toshio Kuratomi2016-12-081-2/+27
* Fix parsing of pip outputToshio Kuratomi2016-12-081-16/+19
* Pip: use 'pip list' when available for package list (#4644)Rob Cutmore2016-12-081-16/+38
* Check whether yum file or URL install is an upgrade (#4547)Will Thames2016-12-081-18/+5
* Fix python 3 issues with apt* modules. (#4848)Matt Clay2016-12-083-18/+58
* Python 3 fixes for apt_* modules. (#4754)Matt Clay2016-12-083-5/+7
* We've decided that pythn 3.5 is the minimum python3 version (#4572)Toshio Kuratomi2016-12-081-1/+1
* gem: add support for --env-shebang (#4377)Guillaume Delpierre2016-12-081-1/+10
* apt_key: fix spurious failure to import a subkey (#4366)Alexey Sheplyakov2016-12-081-1/+1