Update faq.rst

Note that ANSIBLE_DEBUG can show sensitive information.
pull/15673/head
Bill Nottingham 9 years ago
parent 6f4f8e6e79
commit 8bd0f0c1e2

@ -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:

Loading…
Cancel
Save