Need to include vars here if we are using them.
This commit is contained in:
parent
acf3179581
commit
773d8960ae
1 changed files with 5 additions and 1 deletions
|
@ -102,8 +102,12 @@
|
|||
accelerate: true
|
||||
user: root
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- ${vars}/${ansible_distribution}.yml
|
||||
|
||||
tasks:
|
||||
- include: $tasks/restart_unbound.yml
|
||||
- include: "{{ tasks }}/restart_unbound.yml"
|
||||
|
||||
# - name: get info on guests (postreboot)
|
||||
# virt: command=info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue