- 12 Apr, 2013 8 commits
-
-
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 15 commits
-
-
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 17 commits
-
-
Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Some continued work on new-style templates and associated test code changes. Legacy template functions are marked with "legacy_" for possible future removal.
Michael DeHaan committed -
allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters
Michael DeHaan committed -
Michael DeHaan committed
-
Technically this isn't quite valid YAML when this happens, so we make it valid. This means that if a future commander API allows save/load it should make sure it does similar processing.
Michael DeHaan committed -
Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we can remove the legacy system at a later date.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow jinja2 evals that produce lists to be used in with_items. Ideally want something a bit less heavy than the eval here.
Michael DeHaan committed -
compensate.
Michael DeHaan committed -
Michael DeHaan committed
-
Stoned Elipot committed
-