mirror of https://github.com/ansible/ansible.git
[2.9] debconf: add a note about no_log usage (#70754)
debconf module exposes sensitive information to logs, console.
Add a note to user about using no_log=True to hide such
information from console.
Fixes: #32386
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 84b4387702
)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/71132/head
parent
46a0e849ed
commit
76f591e64c
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- debconf - add a note about no_log=True since module might expose sensitive information to logs (https://github.com/ansible/ansible/issues/32386).
|
Loading…
Reference in New Issue