Fix documentation default value for gluster_volume start_on_create

This commit is contained in:
Jeroen Geusebroek 2016-01-13 21:55:56 +01:00 committed by Matt Clay
parent 5c6a3a348e
commit f1c3eb1413

View file

@ -71,6 +71,7 @@ options:
start_on_create:
choices: [ 'yes', 'no']
required: false
default: 'yes'
description:
- Controls whether the volume is started after creation or not, defaults to yes
rebalance: