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:
parent
5546164ada
commit
79949846e2
7 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue