Would like to download GoCD extension for LDAP Authorization Plugin using Ansible get_url module

From https://extensions.gocd.org/, I am trying to download LDAP Authorization Plugin using ansible ‘get_url’ module however, its not downloading the “gocd-ldap-authorization-plugin-2.1.0-62.jar” file.

Any suggestions will be more than appreciated.

CURL command (which is working fine)

curl -L -o ‘gocd-ldap-authorization-plugin-2.1.0-62.jar’ --fail -H ‘Accept: binary/octet-stream’ --user ‘USER-NAME:YOUR-PASSWORD’ ‘https://extensions.gocd.org/addons/ldap/versions/2.1.0-62/download?eula_accepted=true