mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix root volume security style options
This commit is contained in:
@@ -105,8 +105,8 @@ class NetAppCDOTSVM(object):
|
||||
name=dict(required=True, type='str'),
|
||||
root_volume=dict(type='str'),
|
||||
root_volume_aggregate=dict(type='str'),
|
||||
root_volume_security_style=dict(type='str', choices=['nfs',
|
||||
'cifs',
|
||||
root_volume_security_style=dict(type='str', choices=['unix',
|
||||
'ntfs',
|
||||
'mixed',
|
||||
'unified'
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user