- 16 Oct, 2013 5 commits
-
-
Yap Sok Ann committed
-
The return values from check mode and non-check mode should match in all cases, except when a SHA-1 hash is used as version, as there is no way to check if it is a valid hash using `git ls-remote`. Also, to accomodate this change, the force flag for the reset function has been removed so that we can do the checking in main.
Yap Sok Ann committed -
This allows the module to return the before/after revisions in all cases.
Yap Sok Ann committed -
The functions either return rc=0 or call fail_json themselves.
Yap Sok Ann committed -
This removes ambiguity at the expense of slight backward incompatibility.
Yap Sok Ann committed
-
- 13 Oct, 2013 4 commits
-
-
supervisorctl: user expansion on config filepath
Michael DeHaan committed -
Handle possible scenario where conditional might be an integer (whoa!) down the error path. Super rare but fixes #4483.
Michael DeHaan committed -
Add some notes about which features are typically rarely used so folks won't feel like they have to understand them all up front.
Michael DeHaan committed -
Michael DeHaan committed
-
- 12 Oct, 2013 19 commits
-
-
Thomas Omans committed
-
Fix issue 4433, make sure status is a int rather than a string
Michael DeHaan committed -
Fixes a dev branch glitch where a conditional could be applied to multiple tasks. Also improves the errors on parsing bad conditionals to make them less confusing to users.
Michael DeHaan committed -
Michael Scherer committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Using ANSIBLE_ROLE_PATH environment variable or role_path in ansible.cfg can configure paths where roles will be searched for extra paths will only be used as a backup once regular locations are exhausted
Thomas Omans committed -
add a way for callback to disable itself
Michael DeHaan committed -
Fix bug for setting ec2 tags
Michael DeHaan committed -
Harrison Gu committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fix an issue where the ordering of an include statement is processed ahead of the conditional in the included statement, which required a redundant check to see if a variable was defined rather than short circuiting. Fixes #4469
Michael DeHaan committed -
Fixed broken force=yes on files for directories
Michael DeHaan committed
-
- 11 Oct, 2013 12 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
in ansible.cfg.
Michael DeHaan committed -
Andrew Pope committed
-
Have the parser explain another type of YAML gotcha to reduce the need for users to ask how to resolve it.
Michael DeHaan committed -
Michael DeHaan committed
-
A small refactoring of the authorized_key module to accomodate these changes, plus fixing some things like not rewriting the file on every new key. These changes bring the original feature for ssh options in- line with the comments in #3798 Fixes #3785
James Cammarata committed
-