387a23c3d1
* New ansible module netconf_rpc * add integration test for module netconf_rpc * pep8/meta-data corrections * usage of jxmlease for all XML processing separation of attributes "rpc" and "content" * removed unused imports improved error handling * fixed pep8 * usage of ast.literal_eval instead of eval added description to SROS integration test for cases commented out
8 lines
246 B
YAML
8 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 }}"
|