mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9 lines
246 B
YAML
9 lines
246 B
YAML
|
---
|
||
|
- debug: msg="START netconf_rpc junos/basic.yaml on connection={{ ansible_connection }}"
|
||
|
|
||
|
- name: discard changes
|
||
|
netconf_rpc:
|
||
|
rpc: discard-changes
|
||
|
|
||
|
- debug: msg="END netconf_rpc junos/basic.yaml on connection={{ ansible_connection }}"
|