mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
IoT: sign stable with f43 key
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
@@ -429,10 +429,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-42', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
[consumer_config.ostree_refs."fedora/stable/aarch64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
||||
# f41 silveblue ostree refs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user