mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixing choices for transport option in gluster_volume module (#38815)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user