mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -86,7 +86,7 @@ author:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
- name: create gluster volume
|
||||
- name: Create gluster volume
|
||||
gluster_volume:
|
||||
state: present
|
||||
name: test1
|
||||
|
@ -97,7 +97,7 @@ EXAMPLES = """
|
|||
- 192.0.2.11
|
||||
run_once: true
|
||||
|
||||
- name: tune
|
||||
- name: Tune
|
||||
gluster_volume:
|
||||
state: present
|
||||
name: test1
|
||||
|
@ -114,29 +114,29 @@ EXAMPLES = """
|
|||
quick-read: 'on'
|
||||
}
|
||||
|
||||
- name: start gluster volume
|
||||
- name: Start gluster volume
|
||||
gluster_volume:
|
||||
state: started
|
||||
name: test1
|
||||
|
||||
- name: limit usage
|
||||
- name: Limit usage
|
||||
gluster_volume:
|
||||
state: present
|
||||
name: test1
|
||||
directory: /foo
|
||||
quota: 20.0MB
|
||||
|
||||
- name: stop gluster volume
|
||||
- name: Stop gluster volume
|
||||
gluster_volume:
|
||||
state: stopped
|
||||
name: test1
|
||||
|
||||
- name: remove gluster volume
|
||||
- name: Remove gluster volume
|
||||
gluster_volume:
|
||||
state: absent
|
||||
name: test1
|
||||
|
||||
- name: create gluster volume with multiple bricks
|
||||
- name: Create gluster volume with multiple bricks
|
||||
gluster_volume:
|
||||
state: present
|
||||
name: test2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue