1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed doc bug

This commit is contained in:
Brian Coca 2014-12-30 19:53:59 -05:00 committed by Matt Clay
parent c8590ec612
commit 59f3bf6300

View file

@ -21,7 +21,7 @@
DOCUMENTATION = """
module: gluster_volume
short_description: Manage GlusterFs volumes
short_description: Manage GlusterFS volumes
description:
- Create, remove, start, stop and tune GlusterFS volumes
options:
@ -33,8 +33,8 @@ options:
required: true
choices: [ 'present', 'absent', 'started', 'stopped' ]
description:
- Mode of operation: present/absent ensure if a module exists or not.
started/stopped make sure it is enabled or not.
- Use present/absent ensure if a volume exists or not,
use started/stopped to control it's availability.
cluster:
required: false
description: