mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
taskotron/resultsdb-backend: fix the location of the key in the private repo
The certificates are in pki/issued while the keys are in pki/private. The location to the CA cert is correct though. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
owner: root
|
||||
group: apache
|
||||
mode: 0644
|
||||
- src: "{{private}}/files/rabbitmq/{{env}}/pki/issued/resultsdb{{ env_suffix }}.key"
|
||||
- src: "{{private}}/files/rabbitmq/{{env}}/pki/private/resultsdb{{ env_suffix }}.key"
|
||||
dest: resultsdb.key
|
||||
owner: root
|
||||
group: apache
|
||||
|
||||
Reference in New Issue
Block a user