Fix documentation bug
This commit is contained in:
parent
08bf656309
commit
4f665e71bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue