wondering if i miss something to use url module,
I'd like to use Ansible to download file from "https://downloads.wordpress.org/plugin/block-bad-queries.20220517.zip" - somehow that full urlpath available from source url of https://wordpress.org/plugins/block-bad-queries/ in "downloadUrl": "https://downloads.wordpress.org/plugin/block-bad-queries.20220517.zip"
I'm not quite sure if using url module can be used to fetch the value of downloadUrl or perhaps using something else to directly get the json data from that url, seems like i cant just use lookup url and using urlresult.downloadUrl as for finding tag from ansible
Many thanks in advance & appreciate it