Fix examples formatting (#345)

This commit is contained in:
Andrew Klychkov 2020-05-16 16:07:51 +03:00 committed by GitHub
commit a7c830f49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 330 additions and 334 deletions

View file

@ -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