mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
More fixes to f33 key changes
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b6935f7992
commit
560303aef8
@@ -210,8 +210,8 @@ handlers = ["console"]
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f33-modular-updates-candidate"
|
||||
to = "f33-modular"
|
||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
|
||||
type = "modular"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
||||
Reference in New Issue
Block a user