using prefered format

(cherry picked from commit a78a0caf10e08200ef3dc82c4b78feeecef0d063)
pull/23167/head
Brian Coca 7 years ago
parent ef0bc0aa52
commit 42383656e7

@ -161,9 +161,7 @@ Here are some corner cases encountered when updating, these are mostly caused by
This worked 'by accident' as the errors were retemplated and ended up resolving the variable, it was never intended as valid syntax and now properly returns an error, use the following instead.::
with_items: "{{vars['myvar_' + res_of_name]}}"
Or `hostvars[inventory_hostname]['myvar_' + rest_of_name]` if appropriate.
hostvars[inventory_hostname]['myvar_' + rest_of_name]
* Misspelled directives::

Loading…
Cancel
Save