mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
gluster_volume: Typofix in docs (equals, not colon)
This commit is contained in:
committed by
Matt Clay
parent
5435520231
commit
8f9b4a0730
@@ -108,7 +108,7 @@ author: '"Taneli Leppä (@rosmo)" <taneli@crasman.fi>'
|
||||
|
||||
EXAMPLES = """
|
||||
- name: create gluster volume
|
||||
gluster_volume: state=present name=test1 bricks=/bricks/brick1/g1 rebalance=yes cluster:"{{ play_hosts }}"
|
||||
gluster_volume: state=present name=test1 bricks=/bricks/brick1/g1 rebalance=yes cluster="{{ play_hosts }}"
|
||||
run_once: true
|
||||
|
||||
- name: tune
|
||||
@@ -127,7 +127,7 @@ EXAMPLES = """
|
||||
gluster_volume: state=absent name=test1
|
||||
|
||||
- name: create gluster volume with multiple bricks
|
||||
gluster_volume: state=present name=test2 bricks="/bricks/brick1/g2,/bricks/brick2/g2" cluster:"{{ play_hosts }}"
|
||||
gluster_volume: state=present name=test2 bricks="/bricks/brick1/g2,/bricks/brick2/g2" cluster="{{ play_hosts }}"
|
||||
run_once: true
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user