Enable error_on_undefined_vars by default

This commit is contained in:
James Cammarata 2013-08-15 09:25:29 -05:00
commit ad595eadea
3 changed files with 6 additions and 4 deletions

View file

@ -12,6 +12,7 @@ Highlighted new features:
* --extra-vars can now take a file as input "-e @filename"
* external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts
* if --forks exceeds the numbers of hosts, it will be automatically reduced, set forks to 0 and you get "as many forks as I have hosts" out of the box.
* enabling error_on_undefined_vars by default, which will make errors in playbooks more obvious
New modules: