Skip to content

Commit 9948404

Browse files
Sumit Kumarbcoca
Sumit Kumar
authored andcommitted
Fix root volume security style options
1 parent 604a38c commit 9948404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ansible/modules/storage/netapp/na_cdot_svm.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def __init__(self):
105105
name=dict(required=True, type='str'),
106106
root_volume=dict(type='str'),
107107
root_volume_aggregate=dict(type='str'),
108-
root_volume_security_style=dict(type='str', choices=['nfs',
109-
'cifs',
108+
root_volume_security_style=dict(type='str', choices=['unix',
109+
'ntfs',
110110
'mixed',
111111
'unified'
112112
]),

0 commit comments

Comments
 (0)