ansible - python xmlrpclib returns None on valid XML coming from server -
when run python interpreter series of commands xmlrpclib client works (python2.7). 3 commands work fine.
when run ansible module, 2 out of 3 commands work, last 1 more complicated xml (co-incidence?) fails.
the decoded response holds string. failing 1 holds array.
i run xmlrpclib verbose=1 mode , xml same.
what wrong in ansible?
Comments
Post a Comment