Add docs on hiding sensitive data in loops (#63096)
This commit is contained in:
parent
fc5358cea0
commit
0311897722
1 changed files with 2 additions and 0 deletions
|
@ -317,6 +317,8 @@ When looping over complex data structures, the console output of your task can b
|
|||
|
||||
The output of this task will display just the ``name`` field for each ``item`` instead of the entire contents of the multi-line ``{{ item }}`` variable.
|
||||
|
||||
.. note:: This is for making console output more readable, not protecting sensitive data. If there is sensitive data in ``loop``, set ``no_log: yes`` on the task to prevent disclosure.
|
||||
|
||||
Pausing within a loop
|
||||
---------------------
|
||||
.. versionadded:: 2.2
|
||||
|
|
Loading…
Reference in a new issue