mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
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}'
|
gluster_volume: state=present name=test1 options='{performance.cache-size: 256MB}'
|
||||||
|
|
||||||
- name: start gluster volume
|
- name: start gluster volume
|
||||||
gluster_volume: status=started name=test1
|
gluster_volume: state=started name=test1
|
||||||
|
|
||||||
- name: limit usage
|
- name: limit usage
|
||||||
gluster_volume: state=present name=test1 directory=/foo quota=20.0MB
|
gluster_volume: state=present name=test1 directory=/foo quota=20.0MB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue