Fix examples formatting (#345)

This commit is contained in:
Andrew Klychkov 2020-05-16 16:07:51 +03:00 committed by GitHub
parent 31ba39cac4
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

@ -62,7 +62,7 @@ options:
'''
EXAMPLES = '''
- name: configure a new dns view instance
- name: Configure a new dns view instance
nios_dns_view:
name: ansible-dns
state: present
@ -71,7 +71,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: update the comment for dns view
- name: Update the comment for dns view
nios_dns_view:
name: ansible-dns
comment: this is an example comment
@ -81,7 +81,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: remove the dns view instance
- name: Remove the dns view instance
nios_dns_view:
name: ansible-dns
state: absent
@ -90,7 +90,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: update the dns view instance
- name: Update the dns view instance
nios_dns_view:
name: {new_name: ansible-dns-new, old_name: ansible-dns}
state: present