mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40: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
|
@ -298,7 +298,7 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: add a member to the grid with IPv4 address
|
||||
- name: Add a member to the grid with IPv4 address
|
||||
nios_member:
|
||||
host_name: member01.localdomain
|
||||
vip_setting:
|
||||
|
@ -314,7 +314,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: add a HA member to the grid
|
||||
- name: Add a HA member to the grid
|
||||
nios_member:
|
||||
host_name: memberha.localdomain
|
||||
vip_setting:
|
||||
|
@ -339,7 +339,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: update the member with pre-provisioning details specified
|
||||
- name: Update the member with pre-provisioning details specified
|
||||
nios_member:
|
||||
name: member01.localdomain
|
||||
pre_provisioning:
|
||||
|
@ -358,7 +358,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: remove the member
|
||||
- name: Remove the member
|
||||
nios_member:
|
||||
name: member01.localdomain
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue