You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a vendor where the xml is minified to a 1 line xml. If we run netconf_config with --diff we are getting the full configuration before and after as the config is only one line and there is a change on that line.
It would come in handy to pass an option to the module to prettify the xml before taking the diff. This way we can actually have meaningful use of --diff --check
SUMMARY
We have a vendor where the xml is minified to a 1 line xml. If we run netconf_config with
--diff
we are getting the full configuration before and after as the config is only one line and there is a change on that line.It would come in handy to pass an option to the module to prettify the xml before taking the diff. This way we can actually have meaningful use of
--diff --check
ISSUE TYPE
COMPONENT NAME
ansible.netcommon.netconf_config
ADDITIONAL INFORMATION
see summary
The text was updated successfully, but these errors were encountered: