mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix examples formatting (#345)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user