-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixed ubuntu rmq package #46
base: master
Are you sure you want to change the base?
Conversation
Looks similar to mine https://github.com/stone-payments/ansible-rabbitmq/pull/38/files. I'm currently using a Fork with this code and it works perfectly. |
PLAY RECAP ************************************************************************************************************************************************************************************************ |
@AhmedSRamadan https://dl.bintray.com/rabbitmq/debian repository was removed. Look at this change Probably you applied the changes from this pull request, but your rabbitmq.bintray.list left in your operation system. After rabbitmq.bintray.list is removed - run your playbook again |
@PetrusHahol ASK [ansible-rabbitmq : Enable plugins] ****************************************************************************************************************************************************************** |
@AhmedSRamadan I was not facing this error since not using plugins. I think its a different issue and does not have anything related to this pull request. I am not sure that the example that placed in readme.md about usage of plugins is correct. To highlight the problem - I would create a different issue. This module is used for enabling plugins here. I would make it next way:
Also if you don't want to use plugins ( rabbitmq_management will be installed by default), you can just use next config:
|
@PetrusHahol |
@AhmedSRamadan |
Move from bintray.com to dl.cloudsmith.io
Description
Since bintray.com is having a sunset - package has changed.
Motivation and Context
Changed rmq repo relaying on official rmq documentation. https://www.rabbitmq.com/install-debian.html
How Has This Been Tested?
Only installation to ubuntu has tested.
Valuanters to test the rest are welcomed.
Types of changes
Fixes #45