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
148 changed files with 330 additions and 334 deletions

View File

@@ -52,7 +52,7 @@ options:
'''
EXAMPLES = '''
- name: configure a new network view
- name: Configure a new network view
nios_network_view:
name: ansible
state: present
@@ -61,7 +61,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: update the comment for network view
- name: Update the comment for network view
nios_network_view:
name: ansible
comment: this is an example comment
@@ -71,7 +71,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: remove the network view
- name: Remove the network view
nios_network_view:
name: ansible
state: absent
@@ -80,7 +80,7 @@ EXAMPLES = '''
username: admin
password: admin
connection: local
- name: update a existing network view
- name: Update a existing network view
nios_network_view:
name: {new_name: ansible-new, old_name: ansible}
state: present