Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bintray rabbitmq repository's key error #45

Open
faruqisan opened this issue May 4, 2021 · 5 comments · May be fixed by #46
Open

Add bintray rabbitmq repository's key error #45

faruqisan opened this issue May 4, 2021 · 5 comments · May be fixed by #46

Comments

@faruqisan
Copy link

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"}
@PetrusHahol
Copy link

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/

@PetrusHahol PetrusHahol linked a pull request May 6, 2021 that will close this issue
1 task
@PetrusHahol
Copy link

@faruqisan please, check the changes from the pull request. I am not ansible guru but it works for me :)

@faruqisan
Copy link
Author

@faruqisan please, check the changes from the pull request. I am not ansible guru but it works for me :)

Looks good to me 👍

@AhmedSRamadan
Copy link

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

@PetrusHahol
Copy link

Check the comment I left in MR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants