mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
d0f2da4f76
commit
d998791b4a
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue