Upgraded variable support met with upgraded conditional support, see examples/playbooks/upgraded_vars.yml

for details!
This commit is contained in:
Michael DeHaan 2013-04-05 19:10:32 -04:00
commit f585c4cde7
6 changed files with 58 additions and 25 deletions

View file

@ -8,7 +8,8 @@ Core Features:
* capability to set 'all_errors_fatal: True' in a playbook to force any error to stop execution versus
a whole group or serial block needing to fail
usable, without breaking the ability to override in ansible
* ability to use variables from {{ }} syntax in mainline playbooks (work in progress)
* ability to use variables from {{ }} syntax in mainline playbooks, new 'when' conditional,
see examples/playbooks/upgraded_vars.yml
* can set ansible_private_key_file as an inventory variable (similar to ansible_ssh_host, etc)
Modules added