mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix root volume security style options
This commit is contained in:
parent
604a38cac1
commit
994840447f
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ class NetAppCDOTSVM(object):
|
||||||
name=dict(required=True, type='str'),
|
name=dict(required=True, type='str'),
|
||||||
root_volume=dict(type='str'),
|
root_volume=dict(type='str'),
|
||||||
root_volume_aggregate=dict(type='str'),
|
root_volume_aggregate=dict(type='str'),
|
||||||
root_volume_security_style=dict(type='str', choices=['nfs',
|
root_volume_security_style=dict(type='str', choices=['unix',
|
||||||
'cifs',
|
'ntfs',
|
||||||
'mixed',
|
'mixed',
|
||||||
'unified'
|
'unified'
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue