From 8bd0f0c1e255cb45314168997181e9e9f2c687ac Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 29 Apr 2016 16:05:30 -0400 Subject: [PATCH] Update faq.rst Note that ANSIBLE_DEBUG can show sensitive information. --- docsite/rst/faq.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: