Skip to content

Commit

Permalink
Removing masked paths in response for NFS module
Browse files Browse the repository at this point in the history
  • Loading branch information
trisha-dell committed Sep 3, 2024
1 parent e635f6a commit 9c3c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/nfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9c3c7f7

Please sign in to comment.