summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Backport 2.2 version of apt_key to 1.9 to fix security issuesstable-1.9Toshio Kuratomi2016-10-241-63/+135
| | | | | | | | | | | apt_key has some handling of key ids that can be security concerns. See this issue: https://github.com/ansible/ansible-modules-core/issues/5237 and this pair of PRs: https://github.com/ansible/ansible-modules-core/pull/5353 https://github.com/ansible/ansible-modules-core/pull/5357
* New release v1.9.6-1James Cammarata2016-04-151-1/+1
|
* New release v1.9.6-0.1.rc1James Cammarata2016-04-061-1/+1
|
* New release v1.9.5-1James Cammarata2016-03-211-1/+1
|
* If file attribs are specified set them even if file already exists.Toshio Kuratomi2016-03-201-2/+9
| | | | Fixes #11821
* One more bug yum non English localestoshihisa2016-03-161-1/+2
| | | | https://github.com/ansible/ansible-modules-core/commit/d7fac82f97c153af08dbea2b2ae9718b19abeb8a
* New release v1.9.5-0.1.rc1James Cammarata2016-03-101-1/+1
|
* Merge pull request #3196 from nitzmahone/stable-1.9Brian Coca2016-03-071-113/+128
|\ | | | | backport 2.0 user module fixes
| * backport 2.0 user module fixesnitzmahone2016-03-071-113/+128
|/
* Checking pip uninstall output in both stdout and stderrYuhui Huang2016-03-071-2/+3
|
* use new method of setting locale and other environment variablesToshio Kuratomi2016-02-071-12/+10
| | | | | | | | | The old method left settings in the environment. The new method takes care of clearing them after use. In this module, the old method was also setting the environment too late to affect all the command line tools which lead to a bug. Fixes https://github.com/ansible/ansible/issues/14264
* Since we screenscrape output from git to tell us information we need to use ↵Toshio Kuratomi2016-02-071-1/+6
| | | | | | | | | | the C locale when running commands. Using another locale would mean that we get information that may have the strings that we are looking for. Fixes #2449 Fixes #2462
* backporting fix removing groups from MAC usersBrian Coca2016-01-011-1/+2
| | | | fixes #2537 for 1.9.5 adapted from @nitzmahone fix (file changed so cherry-pick failed)
* added a reference to the template module for clarityAdam Fields2015-12-111-1/+1
|
* Fix yum module failing to initalize yum pluginsDaniel Kimsey2015-12-101-0/+1
|
* backported from 2.0 to allow 1.9 to support DO 2.0 api since v1 is being retiredBrian Coca2015-11-261-23/+26
|
* backported from devel to allow for usage of v2 api in 1.9.5Brian Coca2015-11-251-56/+62
|
* Simplify logic to handle options set to empty stringToshio Kuratomi2015-10-261-12/+15
| | | | | | | Fixes #2125 Conflicts: files/ini_file.py
* Merge pull request #2304 from pnuz3n/stable-1.9Brian Coca2015-10-191-2/+2
|\ | | | | MariaDB instances can be created using RDS module
| * MariaDB instances can be created using RDS modulePanu Wetterstrand2015-10-191-2/+2
| |
* | Remove debuggingToshio Kuratomi2015-10-191-1/+0
| |
* | xmlcharrefreplace is only for encoding, not for decoding :-(Toshio Kuratomi2015-10-191-2/+3
| |
* | made output match multiline, as per posted code from @n0traxBrian Coca2015-10-191-2/+2
| | | | | | | | fixes #2081
* | specified that uri must be uppercaseBrian Coca2015-10-191-2/+1
|/
* fix #2043: strip empty dict from end of 'pull' streamAdam Williamson2015-10-141-0/+5
| | | | | | | | | | | | | | | | When pulling an image using Docker 1.8, it seems the output JSON stream has an empty dict at the very end. This causes ansible to fail when pulling an image, as it's expecting a status message in that dict which it uses to determine whether it had to download the image or not. As a bit of an ugly hack for that which remains backward compatible, try the last item in the stream, and if it's an empty dict, take the last-but-one item instead. The strip() is needed as the exact value appears to be '{}/r/n'; we could just match that, but it seems like the kind of thing where maybe it'd happen to just be '{}/n' or '{}' or something in some cases, so let's just use strip() in case.
* Merge pull request #2188 from ag-wood/win_template_fixBrian Coca2015-10-121-2/+17
|\ | | | | Minor fix for display of \r\n in doco
| * Minor fix for display of \r\n in docoag-wood2015-10-021-2/+17
| |
* | Merge pull request #2251 from dochang/fix-docker-keyerrorBrian Coca2015-10-121-12/+12
|\ \ | | | | | | Prevent docker.py from raising KeyError.
| * | Prevent docker.py from raising KeyError.Desmond O. Chang2015-10-131-12/+12
| | | | | | | | | | | | | | | | | | If an image or container doesn't have some keys like ExposedPorts, calling ['ExposedPorts'] will not return None, but raise an KeyError. Use .get('ExposedPorts') instead.
* | | Merge pull request #2215 from mrwacky42/patch-1Brian Coca2015-10-121-1/+1
|\ \ \ | |/ / |/| | Fix #1885
| * | Fix #1885Sharif Nassar2015-10-061-1/+1
| | | | | | | | | Devel branch seems to default to 'bridge', but this fixes the problem for me.
* | | Version bump for 1.9.4-1James Cammarata2015-10-091-1/+1
| | |
* | | Fix for state=latest with wildcard or virtual provide package namesToshio Kuratomi2015-10-081-8/+20
|/ /
* | Bumping version for release candidate 1.9.4 rc3James Cammarata2015-10-021-1/+1
|/
* Version bump for 1.9.4-rc2James Cammarata2015-09-111-1/+1
|
* use the right way to unescape line stringjaypei2015-09-101-13/+1
| | | | Reference https://github.com/ansible/ansible/issues/10864
* Expand key file in example for stable branchToshio Kuratomi2015-09-051-1/+1
| | | | Fixes #12242
* Version bump for v1.9.4-rc1James Cammarata2015-09-041-1/+1
|
* Use exit_json in the latest yum subcommand instead of returning the result.Toshio Kuratomi2015-09-041-2/+2
| | | | | Returning the resut is what we do in devel but the 1.9.x code isn't able to handle that properly yet.
* Version bump for release 1.9.3-1James Cammarata2015-09-031-1/+1
|
* Version bump for 1.9.3 rc3James Cammarata2015-08-241-1/+1
|
* Fixing region requirement regarding euca clustersJames Cammarata2015-08-221-2/+5
| | | | Fixes ansible/ansible#11023
* Version bump for 1.9.3-rc2James Cammarata2015-08-201-1/+1
|
* Return change results in a dictionary listing the package names.Toshio Kuratomi2015-08-201-13/+7
| | | | Fix a parsing problem when package names contain a dot.
* yum: improved check_mode handling and package update flow.queridiculo2015-08-201-52/+113
|
* fixed memory_limit for docker api version >= 1.19Ilya Epifanov2015-08-201-1/+1
|
* deal with more failures when apt module fails to instantiate pkgBrian Coca2015-08-181-11/+12
| | | | fixes #1499
* Version bump for 1.9.3-rc1James Cammarata2015-08-111-1/+1
|
* mem_limit client version checksebi2015-08-061-2/+8
|
* Fix incorrect var name for api_versionMicheal Waltz2015-08-061-1/+1
|