summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use a if/else instead to avoid loading possibly invalid values for MemoryMicheal Waltz2015-08-061-3/+4
* Set the API version when checking differences in containers and useMicheal Waltz2015-08-061-0/+7
* Use proper HostConfig element which contians the proper Memory value - fixes ...Micheal Waltz2015-08-061-1/+1
* restore mem_limitLars Kellogg-Stedman2015-08-061-0/+6
* Use HostConfig object when creating container with Docker Remote API > 1.15Maksim Losev2015-08-061-32/+53
* Merge pull request #1847 from amenonsen/1842-backport-bisToshio Kuratomi2015-07-311-2/+2
|\
| * Fix dangling parameter references: module is now self.moduleAbhijit Menon-Sen2015-07-311-2/+2
|/
* Simplify distribution testAbhijit Menon-Sen2015-07-301-1/+1
* fix error occurring with DebianPierre-Louis Bonicoli2015-07-301-6/+5
* Make SourcesList __init__ method also set self.moduleAbhijit Menon-Sen2015-07-301-7/+8
* Clarify HAVE_PYTHON_APT/install_python_apt handling in apt_repositoryAbhijit Menon-Sen2015-07-301-12/+12
* Fix call to _expand_ppaAbhijit Menon-Sen2015-07-301-1/+1
* docker: fix parsing of docker __version__ stringLars Kellogg-Stedman2015-07-291-0/+1
* Remove validate_certs as the url is not user settable so we always want to va...Toshio Kuratomi2015-07-221-10/+0
* Deprecated _ec2_ami_search now verifies SSL certificatesToshio Kuratomi2015-07-211-6/+19
* Do not erroneously mask exceptionsLars Kellogg-Stedman2015-07-181-1/+5
* Check if the gid is setbambou2015-07-181-3/+5
* Add notes about loop squashing and 1.9.2 change to install packages in one yu...Toshio Kuratomi2015-07-091-2/+16
* Fixes regression introduced by edf1ac1ea6ffd5d44bb2bb62ad320364baf310a3Bobby Calderwood2015-07-081-8/+9
* Fix group mod and group add for FreeBSDSean Chittenden2015-07-071-2/+4
* Fix problem writing binary content to a temporary file in the uri module.Toshio Kuratomi2015-07-061-11/+18
* Restore travis test removed incorrectly by:Toshio Kuratomi2015-07-051-0/+1
* Merge pull request #1671 from msabramo/stable-1.9_GH-133Brian Coca2015-07-042-4/+31
|\
| * Python2.4 fixesMatt Martz2015-07-042-3/+6
| * This change is in response to issue #133.verm6662015-07-041-1/+25
|/
* updated upgrade to a more sensible default as the previous was prone to confu...Brian Coca2015-07-031-3/+7
* Merge pull request #1622 from dresden-weekly/fix_win_file_touchBrian Coca2015-06-301-1/+1
|\
| * fixed win_file state=touchAndreas Reischuck2015-06-271-1/+1
* | Merge pull request #1618 from vroetman/stable-1.9Brian Coca2015-06-301-0/+1
|\ \
| * | apache2_module documetation updateRoetman, Victor2015-06-261-0/+1
| |/
* | minor doc fixes on win_templateBrian Coca2015-06-291-13/+8
|/
* Updating version for 1.9.2-1 releaseJames Cammarata2015-06-241-1/+1
* document file size limit for win_copy moduleJon Hawkesworth2015-06-191-3/+9
* 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
* corrected version added which I got wrong while rebasingJon Hawkesworth2015-06-102-2/+2
* Fix win_copy problems described here: https://github.com/ansible/ansible-modu...Jon Hawkesworth2015-06-105-70/+144
* Use a list comprehension instead of map and lambdaToshio Kuratomi2015-05-291-1/+1
* Strip spaces around permsDennis Rowe2015-05-291-1/+1
* 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
* stat doc fixBrian Coca2015-05-281-4/+4
* sleep when only doing a time delay to avoid cpu churnBrian Coca2015-05-281-1/+8
* value should be string as that is what it compares againstBrian Coca2015-05-281-1/+1
* Properly flip default for verifying server cert. Add nice error messages whe...Toshio Kuratomi2015-05-281-1/+5