From 51c62c78b9b417df996c4680bdf6c86600fcc9f7 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 5 Jan 2015 08:40:57 -0800 Subject: [PATCH] Fixes for docs building --- lib/ansible/modules/extras/system/gluster_volume.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/gluster_volume.py b/lib/ansible/modules/extras/system/gluster_volume.py index 087a4a0f6de..00e2cdeba65 100644 --- a/lib/ansible/modules/extras/system/gluster_volume.py +++ b/lib/ansible/modules/extras/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: