Hi!
I'm using the last version of Ansible, having the following task:

- uri: url=MY_URL
       method=GET user={{ user }} password={{ password }} 
force_basic_auth=yes return_content=yes
  register: configuration

I don't see json property in configuration... Most probably the reason is 
that the return type is not "ansible/json" but  
...
"content_type": "application/json; charset=UTF-8", 
...

is here any workaround, or I need to look for a 3rd party module to get 
json content parsed?

thanks in advance,
Max

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b1fe7b05-2348-4143-a7eb-d6ae512cff14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to