Merge pull request #15673 from wenottingham/patch-11

Update faq.rst
This commit is contained in:
scottb 2016-11-10 00:21:43 -08:00 committed by GitHub
commit 8681ae4224

View file

@ -324,7 +324,9 @@ The no_log attribute can also apply to an entire play::
no_log: True no_log: True
Though this will make the play somewhat difficult to debug. It's recommended that this 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: .. _when_to_use_brackets: