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

404 on package download, Ubuntu 22.04 #23

Open
glend opened this issue Sep 11, 2024 · 3 comments
Open

404 on package download, Ubuntu 22.04 #23

glend opened this issue Sep 11, 2024 · 3 comments

Comments

@glend
Copy link

glend commented Sep 11, 2024

Attempting to install this roles gives:

TASK [geerlingguy.rabbitmq : Download RabbitMQ package.] ***********************************************************
fatal: [xxx]: FAILED! => {"changed": false, "dest": "/tmp/rabbitmq-server_3.9.13-1_all.deb", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://packagecloud.io/rabbitmq/rabbitmq-server/packages/ubuntu/jammy/rabbitmq-server_3.9.13-1_all.deb/download"}

That package does not seem to be in packagecloud.io

I tried using the latest version rabbitmq_version: 3.13.7. It downloads the package just fine but then fails at:

TASK [geerlingguy.rabbitmq : Ensure RabbitMQ is installed.] ********************************************************
fatal: [xxx]: FAILED! => {"changed": false, "msg": "Dependency is not satisfiable: erlang-base (>= 1:26.0)|erlang-base-hipe (>= 1:26.0)|esl-erlang (>= 1:26.0)\n"}

seems like a newer Erlang version is needed

@cradle8810
Copy link

Did you download this role version 1.0.1 from ansible galaxy?
The version 1.0.1 which you can download from ansible galaxy is not the latest version, and also this role doesn't update its dependency package erlang.

Try using your requirements.yml like that

roles:
  - name: geerlingguy.rabbitmq
    src: https://github.com/geerlingguy/ansible-role-rabbitmq
    version: 'master'

This code will work. But the website which hosting gpg key seems down now.

@geerlingguy , could you update your code on master branch to ansible galaxy as version 1.0.2?

@microHoffman
Copy link
Contributor

Even current master does not work properly. I opened a PR that updates the apt and gpg links to correct values: #24

@geerlingguy
Copy link
Owner

Probably related: #22

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

No branches or pull requests

4 participants