Fixing choices for transport option in gluster_volume module (#38815)

This commit is contained in:
Jiri Tyr 2018-05-25 08:30:30 +01:00 committed by ansibot
parent aa791e51c7
commit e6e5e45d7e
2 changed files with 1 additions and 2 deletions

View file

@ -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.