Random new interesting things on the devel branch:
-
The git module now takes a branch= parameter. Please help test this in particular.
-
Templates now support unicode.
-
All modules now log what they are called with to syslog on the remote machine(s). All new core modules must do the same, following this pattern.
And summary from merges earlier tonight:
-
${var.subhash.subhash} ability to template without Jinja2, ${foo} also same as $foo if you just happen to like curly brackets!
-
no Jinja2 outside of template module … you may have to edit your playbooks to use the other form
-
–override-hosts kicks the bucket
-
–extra-args can be used to pass in the “hosts:” parameter to plays