1
0
Fork 0
forked from infra/ansible

[bodhi] Always run pre_tasks

When running the playbook with specific tag it will skip pre_tasks and
some of the vars are missing if that happens. Let's add tags: always to
run it everytime.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-06-24 10:59:36 +02:00
commit 15d3280750

View file

@ -31,6 +31,7 @@
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- include_vars: /srv/web/infra/ansible/vars/apps/bodhi.yml
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tags: always
roles:
- base