diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index b5fed93672..f07cb8e4c2 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -324,7 +324,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: