mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Enabling autosigning on f35-openh264
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
@@ -361,6 +361,12 @@ handlers = ["console"]
|
||||
|
||||
# openh264 signing
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f35-openh264"
|
||||
to = "f35-openh264"
|
||||
key = "{{ (env == 'production')|ternary('fedora-35', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('9867c58f', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f34-openh264"
|
||||
to = "f34-openh264"
|
||||
|
||||
Reference in New Issue
Block a user