mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixes for docs building
This commit is contained in:
committed by
Matt Clay
parent
59f3bf6300
commit
51c62c78b9
@@ -24,6 +24,7 @@ module: gluster_volume
|
||||
short_description: Manage GlusterFS volumes
|
||||
description:
|
||||
- Create, remove, start, stop and tune GlusterFS volumes
|
||||
version_added: "1.9"
|
||||
options:
|
||||
name:
|
||||
required: true
|
||||
@@ -34,7 +35,7 @@ options:
|
||||
choices: [ 'present', 'absent', 'started', 'stopped' ]
|
||||
description:
|
||||
- Use present/absent ensure if a volume exists or not,
|
||||
use started/stopped to control it's availability.
|
||||
use started/stopped to control it's availability.
|
||||
cluster:
|
||||
required: false
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user