mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Fix iosxr integration tests (#34663)
* Handle non-XML errors * Move iosxr_netconf tuning to prepare * Apply provider warning to netconf as well * Update netconf task files
This commit is contained in:
parent
8277e9d1a5
commit
accf79f406
9 changed files with 59 additions and 59 deletions
|
@ -1,13 +1,6 @@
|
|||
---
|
||||
- debug: msg="START iosxr_interface netconf/basic.yaml"
|
||||
|
||||
- name: Enable Netconf service
|
||||
iosxr_netconf:
|
||||
netconf_port: 830
|
||||
netconf_vrf: 'default'
|
||||
state: present
|
||||
register: result
|
||||
|
||||
- name: Setup interface
|
||||
iosxr_interface:
|
||||
name: GigabitEthernet0/0/0/1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue