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:
Pierre-Yves Chibon 2019-03-07 12:26:57 +01:00
parent d82304c936
commit 5fc5e77269

View file

@ -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