Clarify how formatting would be done. (#26474)

The current description doesn't say this, so there a chance for the user to think that Jinja formatting is what can be used.
pull/26506/head
Hari Krishna Dara 7 years ago committed by René Moser
parent f25637e07a
commit fb7ef488f5

@ -73,7 +73,7 @@ options:
version_added: "2.4" version_added: "2.4"
args: args:
description: description:
- A dict of key-value pairs used in formatting the script. - A dict of key-value pairs used in formatting the script using string.Template (see https://docs.python.org/2/library/string.html#template-strings).
required: false required: false
default: null default: null

Loading…
Cancel
Save