(feat) add no_log options for 'opts' parameter

* Fixed #497
This commit is contained in:
dvillafana
2024-09-06 16:30:28 -05:00
committed by Hideki Saito
parent 0df6c21af4
commit e00a4299c1
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- mount - add no_log option for opts parameter (https://github.com/ansible-collections/ansible.posix/pull/563).