mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Bug fixes for the nios member object (#56045)
* Bug fixes in api.py * Examples updated in nios_member.py * Update lib/ansible/module_utils/net_tools/nios/api.py Co-Authored-By: Sumit Jaiswal <sjaiswal@redhat.com>
This commit is contained in:
committed by
Sumit Jaiswal
parent
d0f2da4f76
commit
d998791b4a
@@ -330,11 +330,11 @@ EXAMPLES = '''
|
||||
router_id: 150
|
||||
node_info:
|
||||
- lan_ha_port_setting:
|
||||
ha_ip_address: 192.168.1.70
|
||||
mgmt_lan: 192.168.1.80
|
||||
- ha_ip_address: 192.168.1.70
|
||||
mgmt_lan: 192.168.1.80
|
||||
- lan_ha_port_setting:
|
||||
ha_ip_address: 192.168.1.71
|
||||
mgmt_lan: 192.168.1.81
|
||||
- ha_ip_address: 192.168.1.71
|
||||
mgmt_lan: 192.168.1.81
|
||||
comment: "Created by Ansible"
|
||||
state: present
|
||||
provider:
|
||||
|
||||
Reference in New Issue
Block a user