mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-15 06:39:30 +08:00
robosignatory: Fix the KeyID for the f34 Fedora-Infra key
Fixes: 309026d ("Branching F33 from rawhide")
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -129,7 +129,7 @@ handlers = ["console"]
|
||||
from = "f34-infra-candidate"
|
||||
to = "f34-infra-stg"
|
||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||
|
||||
|
||||
# Gated coreos-pool tag
|
||||
|
||||
Reference in New Issue
Block a user