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:
parent
c1724e8ac1
commit
15d3280750
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue