mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
robosignatory: Use epel-8 key for epel8-next
This commit is contained in:
@@ -322,6 +322,12 @@ handlers = ["console"]
|
||||
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel8-next-signing-pending"
|
||||
to = "epel8-next-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel7-signing-pending"
|
||||
to = "epel7-testing-pending"
|
||||
|
||||
Reference in New Issue
Block a user