mirror of https://github.com/ansible/ansible.git
Fix netconf plugin dispatch response
Fixes #53236
* If dispatch() rpc response has data element
return the xml string from `<data>` element
else return the complete xml string from
`<rpc-reply>`.
(cherry picked from commit aac5ef5e13
)
pull/54918/head
parent
78ebe74b61
commit
b6f52a4b81
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fix netconf plugin dispatch response (https://github.com/ansible/ansible/issues/53236)
|
Loading…
Reference in New Issue