mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
waiverdb: Fix path to the crt file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
app: waiverdb
|
||||
secret_name: waiverdb-fedora-messaging-crt
|
||||
key: waiverdb.crt
|
||||
privatefile: "rabbitmq/{{env}}/pki/private/waiverdb{{env_suffix}}.crt"
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/waiverdb{{env_suffix}}.crt"
|
||||
when: env == "staging"
|
||||
- role: openshift/secret-file
|
||||
app: waiverdb
|
||||
|
||||
Reference in New Issue
Block a user