mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing choices for transport option in gluster_volume module (#38815)
This commit is contained in:
parent
aa791e51c7
commit
e6e5e45d7e
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,7 @@ options:
|
|||
description:
|
||||
- Transport type for volume.
|
||||
default: tcp
|
||||
choices: [ rdma, tcp, tcp,rdma ]
|
||||
choices: [ tcp, rdma, 'tcp,rdma' ]
|
||||
bricks:
|
||||
description:
|
||||
- Brick paths on servers. Multiple brick paths can be separated by commas.
|
||||
|
|
|
@ -1202,7 +1202,6 @@ lib/ansible/modules/system/firewalld.py E324
|
|||
lib/ansible/modules/system/firewalld.py E325
|
||||
lib/ansible/modules/system/firewalld.py E326
|
||||
lib/ansible/modules/system/gluster_volume.py E322
|
||||
lib/ansible/modules/system/gluster_volume.py E326
|
||||
lib/ansible/modules/system/group.py E325
|
||||
lib/ansible/modules/system/iptables.py E325
|
||||
lib/ansible/modules/system/iptables.py E326
|
||||
|
|
Loading…
Reference in a new issue