Define the bodhi variables in a single place

This removes the different definitions of `sent_topics` for Bodhi, which
were causing issue https://pagure.io/releng/issue/11827

It also brings the bodhi options in the `os_control*` group vars into
the same vars file.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-12-15 12:54:12 +01:00
parent 5546164ada
commit 79949846e2
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
7 changed files with 12 additions and 10 deletions

View file

@ -8,6 +8,7 @@
tasks:
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- include_vars: /srv/web/infra/ansible/vars/apps/bodhi.yml
- name: Check for running composes
shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/"
register: composes