From 03118977221ad9cb19789bf01f121574ee284745 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 3 Oct 2019 11:15:00 -0400 Subject: [PATCH] Add docs on hiding sensitive data in loops (#63096) --- docs/docsite/rst/user_guide/playbooks_loops.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/user_guide/playbooks_loops.rst b/docs/docsite/rst/user_guide/playbooks_loops.rst index 4dbfaa66aee..9e6fd59d9f8 100644 --- a/docs/docsite/rst/user_guide/playbooks_loops.rst +++ b/docs/docsite/rst/user_guide/playbooks_loops.rst @@ -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