- 13 Apr, 2013 6 commits
-
-
Michael DeHaan committed
-
Added catch-all exception for riak stats collection.
Michael DeHaan committed -
Explain conditionals as applied to roles. I could also explain with_items but the scope questions are complex here, and it is better to include such loops inside the imported tasks.
Michael DeHaan committed -
Michael DeHaan committed
-
James Martin committed
-
Prevent premature variable substitution in tasks
Michael DeHaan committed
-
- 12 Apr, 2013 17 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Quick fix for first_available_file and role support
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Darryl Stoflet committed
-
- 11 Apr, 2013 16 commits
-
-
As documented in #2623, early variable substitution causes when_ tests to fail and possibly other side effects. I can see the reason for this early substitution, likely introduced in 1dfe60a6, to allow many playbook parameters to be templated. This is a valid goal, but the recursive nature of the utils.template function means that it goes too far. At this point removing tasks from the list of parameters to be substituted seems sufficient to make my tests pass. It may be the case that other parameters should be excluded, but I suspect not. Adding a test case. I would prefer to analyse not just the aggregate statistics but also whether the results are as expected - I can't see an easy way to do that with the available callbacks at present.
willthames committed -
This is a fix on top of the 'airplane variable upgrade' commits that fixes legacy when_string so it evaluates correctly in the new eval construct.
Michael DeHaan committed -
Add support for shallow clones in the git module
Michael DeHaan committed -
make bin/ansible error output consistent for shell module as for the command module when no arguments are given
Michael DeHaan committed -
implement --start-at-task option to hop to a specific task before starti...
Michael DeHaan committed -
Adds a riak module
Michael DeHaan committed -
make bin/ansible error output consistent for shell module as for the command module when no arguments
Serge van Ginderachter committed -
Michael DeHaan committed
-
Typo in docs
Michael DeHaan committed -
Fix Jinja2 filter plugins initialization
Michael DeHaan committed -
Add base64 encode and decode filters to templates
Michael DeHaan committed -
Michael DeHaan committed
-
Jesús García Crespo committed
-
make json valid
Michael DeHaan committed -
Michael DeHaan committed
-
Trevor Wennblom committed
-
- 10 Apr, 2013 1 commit
-
-
Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
Michael DeHaan committed
-