From 9c3c7f7096bed28a06a65aaab95b2d3807d41d47 Mon Sep 17 00:00:00 2001 From: Datta Date: Tue, 3 Sep 2024 18:54:26 +0530 Subject: [PATCH] Removing masked paths in response for NFS module --- plugins/modules/nfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/nfs.py b/plugins/modules/nfs.py index b4031099..6968e5c9 100644 --- a/plugins/modules/nfs.py +++ b/plugins/modules/nfs.py @@ -928,7 +928,7 @@ def perform_module_operation(self): def get_nfs_parameters(self): return dict( - path=dict(required=True, type='str', no_log=True), + path=dict(required=True, type='str'), access_zone=dict(type='str', default='System'), clients=dict(type='list', elements='str'), root_clients=dict(type='list', elements='str'),