1
0
Fork 0
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:
Brian Coca 2018-11-26 17:08:39 -05:00 committed by Alicia Cozine
parent 7c61ce153f
commit 89b7e10436
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- document debug's var already having implicit moustaches

View file

@ -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