diff --git a/plugins/modules/nfs.py b/plugins/modules/nfs.py index b403109..6968e5c 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'),