add no_log=False to clear false-positives

Related modules: authorized_key, mount.
This commit is contained in:
quidame
2021-03-17 00:07:02 +01:00
parent bd8a3f35c2
commit c8b58875d9
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- authorized_key - add ``no_log=False`` in ``argument_spec`` to clear false-positives of ``no-log-needed`` (https://github.com/ansible-collections/ansible.posix/pull/156).
- mount - add ``no_log=False`` in ``argument_spec`` to clear false-positives of ``no-log-needed`` (https://github.com/ansible-collections/ansible.posix/pull/156).