I want to curl --unix-socket

Is there an ansible module that will let me do the same ? It seems the uri: module does not support unix sockets

I would like to avoid using the shell: or command: module if possible
Thanks

Sounds like a feature we could add to the uri module.