9 lines
246 B
YAML
9 lines
246 B
YAML
|
---
|
||
|
- debug: msg="START netconf_rpc iosxr/basic.yaml on connection={{ ansible_connection }}"
|
||
|
|
||
|
- name: discard changes
|
||
|
netconf_rpc:
|
||
|
rpc: discard-changes
|
||
|
|
||
|
- debug: msg="END netconf_rpc iosxr/basic.yaml on connection={{ ansible_connection }}"
|