mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
IoT: sign stable with f41 key
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
@@ -449,10 +449,10 @@ handlers = ["console"]
|
||||
|
||||
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-40', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
||||
[consumer_config.ostree_refs."fedora/stable/aarch64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-40', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
||||
|
||||
# f39 silveblue ostree refs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user