We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4c03d commit 8499473Copy full SHA for 8499473
tasks/repository.yml
@@ -9,6 +9,6 @@
9
10
- name: Add key for RabbitMQ Apt repository
11
apt_key:
12
- url=https://www.rabbitmq.com/rabbitmq-signing-key-public.asc
+ url=https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
13
state=present
14
when: ansible_os_family == 'Debian'
0 commit comments