mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
firmitas: fix location of certlist.yaml on disk
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ Variables related to probing
|
||||
certloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}" # noqa : S108
|
||||
|
||||
# The location of the service hostnames and maintainers map
|
||||
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('certificates/staging', 'certificates/production') }}/certlist.yml"
|
||||
hostloca = "/tmp/firmitas/{{ (env == 'staging')|ternary('conf', 'conf') }}/certlist.yml"
|
||||
|
||||
"""
|
||||
Variables related to logging
|
||||
|
||||
Reference in New Issue
Block a user