Skip to content

Commit d90ca6d

Browse files
committed
updated the url
1 parent 344e78c commit d90ca6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rabbitmq-20-04/rabbitmq.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
with_items:
1919
# - curl -fsSL https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/erlang.gpg
2020
# - echo "deb https://packages.erlang-solutions.com/ubuntu $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/erlang.list
21-
- wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | apt-key add -
22-
- echo "deb https://packages.erlang-solutions.com/ubuntu focal contrib" | tee /etc/apt/sources.list.d/erlang.list
21+
- curl -1sLf https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg > /dev/null
22+
- echo "deb [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu jammy main" | tee /etc/apt/sources.list.d/erlang.list
23+
- echo "deb-src [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu jammy main" >> /etc/apt/sources.list.d/erlang.list
24+
2325

2426
- name: Updating Packages
2527
ansible.builtin.apt:

0 commit comments

Comments
 (0)