mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
2
changelogs/fragments/doc_debug_var.yml
Normal file
2
changelogs/fragments/doc_debug_var.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- document debug's var already having implicit moustaches
|
|
@ -33,6 +33,8 @@ options:
|
||||||
var:
|
var:
|
||||||
description:
|
description:
|
||||||
- A variable name to debug. Mutually exclusive with the 'msg' option.
|
- 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:
|
verbosity:
|
||||||
description:
|
description:
|
||||||
- A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above
|
- A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above
|
||||||
|
|
Loading…
Reference in a new issue