summaryrefslogtreecommitdiff
path: root/docsite/rst/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/rst/faq.rst')
-rw-r--r--docsite/rst/faq.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst
index b0d1846dfc..fe4a65a657 100644
--- a/docsite/rst/faq.rst
+++ b/docsite/rst/faq.rst
@@ -321,7 +321,9 @@ The no_log attribute can also apply to an entire play::
no_log: True
Though this will make the play somewhat difficult to debug. It's recommended that this
-be applied to single tasks only, once a playbook is completed.
+be applied to single tasks only, once a playbook is completed. Note that the use of the
+no_log attribute does not prevent data from being shown when debugging Ansible itself via
+the ANSIBLE_DEBUG environment variable.
.. _when_to_use_brackets: