diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-01-05 08:40:57 -0800 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-01-05 08:40:57 -0800 |
commit | d4f5b6d41a707f0f89d79882ac2e68864935184f (patch) | |
tree | d06541c3390b408c815405bbc0d6dc837759cf00 /system/gluster_volume.py | |
parent | 3e7da5366b78a0684204d8a6b96209fbd2e302aa (diff) | |
download | ansible-modules-extras-d4f5b6d41a707f0f89d79882ac2e68864935184f.tar.gz |
Fixes for docs building
Diffstat (limited to 'system/gluster_volume.py')
-rw-r--r-- | system/gluster_volume.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/gluster_volume.py b/system/gluster_volume.py index 087a4a0f..00e2cdeb 100644 --- a/system/gluster_volume.py +++ b/system/gluster_volume.py @@ -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: |