I'd like to have the response times from sites in Ansible, something along the lines like this, but in Ansible. I'm using the URI module but it seems it does not support response times.
I do not like to use the callback plugin with the time profile, because I state multiple url's in a single task.
I see Ansible does not return the values I require, is this something someone has already done?