mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-27 05:43:28 +00:00
(feat) add no_log option for 'opts' parameter SUMMARY Allows you to set no_log on just the opts parameter. This is useful for CIFS/SMB mounts that would otherwise leak secrets. Adds feature from issue: . #497 ISSUE TYPE Feature Pull Request COMPONENT NAME mount Reviewed-by: Hideki Saito <saito@fgrep.org>