mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update faq.rst
Note that ANSIBLE_DEBUG can show sensitive information.
This commit is contained in:
parent
6f4f8e6e79
commit
8bd0f0c1e2
1 changed files with 3 additions and 1 deletions
|
@ -321,7 +321,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:
|
||||||
|
|
Loading…
Reference in a new issue