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.
This commit is contained in:
parent
f25637e07a
commit
fb7ef488f5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ options:
|
|||
version_added: "2.4"
|
||||
args:
|
||||
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
|
||||
default: null
|
||||
|
||||
|
|
Loading…
Reference in a new issue