mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Use the combined RabbitMQ CA cert in the clients
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
- name: Deploy the fedora-messaging CA
|
||||
ansible.builtin.copy:
|
||||
src: "{{ private }}/files/rabbitmq/{{env}}/pki/ca.crt"
|
||||
src: "{{ private }}/files/rabbitmq/{{env}}/ca-combined.crt"
|
||||
dest: /etc/pki/fedora-messaging/ca.crt
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
||||
Reference in New Issue
Block a user