ansible-rabbitmq
ansible-rabbitmq copied to clipboard
Add bintray rabbitmq repository's key error
Specifications
- Ansible version: 2.9.19
- Python version: 3
- Operating System: Ubuntu 18.04
Description
When I try to run the playbook it fails at step Add bintray rabbitmq repository's key error
What I Did
fatal: [host]: FAILED! => {"changed": false, "msg": "Failed to download key at https://bintray.com/user/downloadSubjectPublicKey?username=rabbitmq: HTTP Error 404: Not Found"}
It happened because of :
Bintray services will no longer be available. GoCenter, and ChartCenter services will no longer be available to non-Artifactory clients. (ConanCenter and JCenter are not affected).
See https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
@faruqisan please, check the changes from the pull request. I am not ansible guru but it works for me :)
@faruqisan please, check the changes from the pull request. I am not ansible guru but it works for me :)
Looks good to me 👍
TASK [ansible-rabbitmq : Install rabbitmq-server] ********************************************************************************************************************************************************* fatal: [RabbitMQ]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: E:Failed to fetch https://dl.bintray.com/rabbitmq/debian/dists/bionic/InRelease 403 Forbidden [IP: 35.156.210.58 443], E:The repository 'https://dl.bintray.com/rabbitmq/debian bionic InRelease' is not signed., W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:Failed to fetch https://dl.bintray.com/rabbitmq/debian/dists/xenial/InRelease 403 Forbidden [IP: 35.156.210.58 443], E:The repository 'https://dl.bintray.com/rabbitmq/debian xenial InRelease' is not signed."}
PLAY RECAP ************************************************************************************************************************************************************************************************ RabbitMQ : ok=5 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Check the comment I left in MR