mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Get rabbitmq and erlang GPG keys from S3 in tests.
This commit is contained in:
parent
903cfa63cb
commit
17b3171917
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
apt: name=apt-transport-https state=latest force=yes
|
||||
|
||||
- name: Add Erlang Solutions public GPG key
|
||||
apt_key: url=https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc state=present
|
||||
apt_key: url=https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/erlang_solutions.asc state=present
|
||||
|
||||
- name: Add Erlang Solutions repository
|
||||
apt_repository: repo="deb https://packages.erlang-solutions.com/ubuntu {{ ansible_distribution_release }} contrib" filename='erlang-solutions' state=present update_cache=yes
|
||||
|
||||
- name: Add RabbitMQ public GPG key
|
||||
apt_key: url=https://www.rabbitmq.com/rabbitmq-release-signing-key.asc state=present
|
||||
apt_key: url=https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/rabbitmq-release-signing-key.asc state=present
|
||||
|
||||
- name: Add RabbitMQ repository
|
||||
apt_repository: repo='deb https://dl.bintray.com/rabbitmq/debian {{ ansible_distribution_release }} main' filename='rabbitmq' state=present update_cache=yes
|
||||
|
|
Loading…
Reference in a new issue