forked from infra/ansible
ELNBuildSync: properly quote FM queue name
Also ensure that the fedora-messaging config is updated whenever the tag is specified. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
5492b306d8
commit
f70420248f
2 changed files with 2 additions and 1 deletions
|
|
@ -113,6 +113,7 @@
|
|||
object_always_apply: "{{ 'true' if 'build' in ansible_run_tags else 'false' }}"
|
||||
tags:
|
||||
- build
|
||||
- fedora-messaging
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elnbuildsync
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ arguments = {}
|
|||
#
|
||||
# If you require a stronger guarantee about delivery, please talk to Fedora's
|
||||
# Infrastructure team.
|
||||
[queues.elnbuildsync{{ env_suffix }}]
|
||||
[queues."elnbuildsync{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue