mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
updated var docs (#48957)
* updates var docs, fixes #48949 Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
This commit is contained in:
parent
7c61ce153f
commit
89b7e10436
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@ options:
|
|||
var:
|
||||
description:
|
||||
- A variable name to debug. Mutually exclusive with the 'msg' option.
|
||||
- Be aware that this option already runs in Jinja2 context and has an implicit ``{{ }}`` wrapping,
|
||||
so you should not be using Jinja2 delimiters unless you are looking for double interpolation.
|
||||
verbosity:
|
||||
description:
|
||||
- A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue