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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -