mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-02-04 08:01:49 +00:00
Merge pull request #563 from dtvillafana/main
(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>
This commit is contained in:
commit
d968ac441e
3 changed files with 64 additions and 0 deletions
3
changelogs/fragments/563_add_no_log_option.yml
Normal file
3
changelogs/fragments/563_add_no_log_option.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mount - add no_log option for opts parameter (https://github.com/ansible-collections/ansible.posix/pull/563).
|
||||
Loading…
Add table
Add a link
Reference in a new issue