- 09 May, 2014 25 commits
-
-
Fix: Remove check for Ghost state
James Cammarata committed -
This fixed the just committed change handling non existent Ghost state.
Johannes 'fish' Ziemke committed -
Remove check for Ghost state
James Cammarata committed -
James Cammarata committed
-
This doesn't exist anymore and causes ansible to throw a KeyError
Johannes 'fish' Ziemke committed -
rds module: Fix undeclared reference to "params" when setting password in modify mode
James Cammarata committed -
Make alternatives module python 2.5 compatible
Michael DeHaan committed -
James Laska committed
-
modify mode.
Herby Gillot committed -
module docker - add docker version comment
James Cammarata committed -
James Cammarata committed
-
Fix #7057 missing False default for vars_prompt
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
If `get_all_instances` returns multiple reservations, the old wait loop only dealt with the first reservation. Thus, the wait loop may end before all instances get to be running/stopped. Also clean up the code a little.
Yap Sok Ann committed -
cloud/rds : renaming an rds instance always fails
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/orgoj/ansible
Merge branch 'docker_image-patch-notag' of https://github.com/orgoj/ansible into orgoj-docker_image-patch-notag
James Cammarata committed -
James Cammarata committed
-
Merge branch 'git-submodule-when-recursive-true' of https://github.com/bibliotechy/ansible into bibliotechy-git-submodule-when-recursive-true
James Cammarata committed -
James Cammarata committed
-
- 08 May, 2014 15 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
module replace - report changed only if contents is changed
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/tyll/ansible
Merge branch 'warn_wrong_sudo_password' of https://github.com/tyll/ansible into tyll-warn_wrong_sudo_password
James Cammarata committed -
Route53 module handling of domains with "*" is broken
James Cammarata committed -
Fail if monit reload failed; don't mask the error.
James Cammarata committed -
An unofficial build is any build where OFFICIAL != yes. This patch adjusts the conditional accordingly.
James Laska committed -
James Laska committed
-
`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch.
napkindrawing committed -
Since some of the vars contained in there may be used in the templating of other variables. This also reverts e83a494e which originally fixed issue #6979 but broke some other variable related things. Fixes #6979 Fixes #7321 Fixes #7332
James Cammarata committed
-