openshift-apps/coreos-ostree-importer: fedora_messaging_routing_keys is a list
I accidentally converted it to a string in 201a760.
This commit is contained in:
parent
e993bfdfb2
commit
8ac098594d
1 changed files with 4 additions and 2 deletions
|
@ -18,10 +18,12 @@
|
||||||
# Set the fedora_messaging_routing_keys var based on the environment
|
# Set the fedora_messaging_routing_keys var based on the environment
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- set_fact:
|
- 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'
|
when: env == 'staging'
|
||||||
- set_fact:
|
- set_fact:
|
||||||
fedora_messaging_routing_keys: "org.fedoraproject.prod.coreos.build.request.ostree-import"
|
fedora_messaging_routing_keys:
|
||||||
|
- "org.fedoraproject.prod.coreos.build.request.ostree-import"
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue