mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
iosxr_user refactor for cliconf and netconf (#34892)
* * refactor iosxr_user for cliconf and netconf (cherry picked from commit 5d0994ef598f1601fca00a0c1eff4ebb05ebbf1b) * * Purge and units test changes
This commit is contained in:
committed by
Chris Alfonso
parent
db61f8f967
commit
0f692f1fe7
@@ -4,13 +4,6 @@
|
||||
# Add minimal testcase to check args are passed correctly to
|
||||
# implementation module and module run is successful.
|
||||
|
||||
- name: Enable Netconf service
|
||||
iosxr_netconf:
|
||||
netconf_port: 830
|
||||
netconf_vrf: 'default'
|
||||
state: present
|
||||
register: result
|
||||
|
||||
- name: Setup interface
|
||||
net_interface:
|
||||
name: GigabitEthernet0/0/0/1
|
||||
|
||||
Reference in New Issue
Block a user