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

@ -89,7 +89,7 @@ options:
'''
EXAMPLES = '''
- name: configure a zone on the system using grid primary and secondaries
- name: Configure a zone on the system using grid primary and secondaries
nios_zone:
name: ansible.com
grid_primary:
@ -104,7 +104,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: configure a zone on the system using a name server group
- name: Configure a zone on the system using a name server group
nios_zone:
name: ansible.com
ns_group: examplensg
@ -115,7 +115,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: configure a reverse mapping zone on the system using IPV4 zone format
- name: Configure a reverse mapping zone on the system using IPV4 zone format
nios_zone:
name: 10.10.10.0/24
zone_format: IPV4
@ -125,7 +125,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: configure a reverse mapping zone on the system using IPV6 zone format
- name: Configure a reverse mapping zone on the system using IPV6 zone format
nios_zone:
name: 100::1/128
zone_format: IPV6
@ -135,7 +135,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: update the comment and ext attributes for an existing zone
- name: Update the comment and ext attributes for an existing zone
nios_zone:
name: ansible.com
comment: this is an example comment
@ -147,7 +147,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: remove the dns zone
- name: Remove the dns zone
nios_zone:
name: ansible.com
state: absent
@ -156,7 +156,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: remove the reverse mapping dns zone from the system with IPV4 zone format
- name: Remove the reverse mapping dns zone from the system with IPV4 zone format
nios_zone:
name: 10.10.10.0/24
zone_format: IPV4