summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2016-04-29 16:05:30 -0400
committerBill Nottingham <notting@splat.cc>2016-04-29 16:05:30 -0400
commit8bd0f0c1e255cb45314168997181e9e9f2c687ac (patch)
treebcf370e01af978e89e389bd8d0d9cd8744f78a56
parent6f4f8e6e79055403d22f6ae5c0b73ee92708d72c (diff)
downloadansible-8bd0f0c1e255cb45314168997181e9e9f2c687ac.tar.gz
Update faq.rst
Note that ANSIBLE_DEBUG can show sensitive information.
-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: