mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 19:22:32 +08:00
openshift-apps/coreos-ostree-importer: make the tasks into pre_tasks
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
870eee6e99
commit
e993bfdfb2
@@ -16,9 +16,9 @@
|
||||
- fedora_messaging_key_file: "coreos-ostree-importer-fedora-messaging-key.pem"
|
||||
|
||||
# Set the fedora_messaging_routing_keys var based on the environment
|
||||
tasks:
|
||||
pre_tasks:
|
||||
- set_fact:
|
||||
fedora_messaging_routing_keys: "org.fedoraproject.stg.coreos.build.request.ostree-import"
|
||||
fedora_messaging_routing_keys: "org.fedoraproject.stg.coreos.build.request.ostree-import"
|
||||
when: env == 'staging'
|
||||
- set_fact:
|
||||
fedora_messaging_routing_keys: "org.fedoraproject.prod.coreos.build.request.ostree-import"
|
||||
|
||||
Reference in New Issue
Block a user