diff options
author | tylerturk <tturktni@gmail.com> | 2015-06-29 07:51:58 -0500 |
---|---|---|
committer | tylerturk <tturktni@gmail.com> | 2015-06-29 07:51:58 -0500 |
commit | f14317f7f54e7cc873f284c1ea82927b6bd45820 (patch) | |
tree | 692dbe82bf8ddc3103778832c7ee27fe7292829c /system/gluster_volume.py | |
parent | 552c4ef53ac110ee4ffdff7f592309b7018ed7ee (diff) | |
download | ansible-modules-extras-f14317f7f54e7cc873f284c1ea82927b6bd45820.tar.gz |
Fix documentation bug
Diffstat (limited to 'system/gluster_volume.py')
-rw-r--r-- | system/gluster_volume.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gluster_volume.py b/system/gluster_volume.py index 77190065..ff1ce983 100644 --- a/system/gluster_volume.py +++ b/system/gluster_volume.py @@ -115,7 +115,7 @@ EXAMPLES = """ gluster_volume: state=present name=test1 options='{performance.cache-size: 256MB}' - name: start gluster volume - gluster_volume: status=started name=test1 + gluster_volume: state=started name=test1 - name: limit usage gluster_volume: state=present name=test1 directory=/foo quota=20.0MB |