Add docs on hiding sensitive data in loops (#63096)

pull/63109/head
Sam Doran 5 years ago committed by Alicia Cozine
parent fc5358cea0
commit 0311897722

@ -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…
Cancel
Save