mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-19 02:23:58 -07:00
Enable error_on_undefined_vars by default
This commit is contained in:
parent
10a0f03cdc
commit
ad595eadea
3 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue