Fix documentation default value for gluster_volume start_on_create
This commit is contained in:
parent
5c6a3a348e
commit
f1c3eb1413
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ options:
|
||||||
start_on_create:
|
start_on_create:
|
||||||
choices: [ 'yes', 'no']
|
choices: [ 'yes', 'no']
|
||||||
required: false
|
required: false
|
||||||
|
default: 'yes'
|
||||||
description:
|
description:
|
||||||
- Controls whether the volume is started after creation or not, defaults to yes
|
- Controls whether the volume is started after creation or not, defaults to yes
|
||||||
rebalance:
|
rebalance:
|
||||||
|
|
Loading…
Reference in a new issue