Closed cidrblock closed 4 years ago
BTW, the root tag ends up as:
0.0s validate_config: '{urn:ietf:params:xml:ns:netconf:base:1.0}config'
@cidrblock I have PR opened to resolve this https://github.com/ansible-collections/ansible.netcommon/pull/137
The XML resulting from json_to_xml has a namespace:
This results in
ansible.netcommon.netconf_config
throwing an error:because the namespace may be valid, this might be best fixed in
ansible.netcommon.netconfig_config
: (this has not been vetted)