web.yml: Include Debian vars explicitly

No need to include using variable interpolation as I'm only supporting
Debian familiy OSes right now anyways.
This commit is contained in:
Alan Orth 2017-11-05 01:05:23 +02:00
parent 6ecbf9ada4
commit cef1655c40
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
- munin
vars_files:
- vars/ipsets.yml
- "vars/{{ ansible_os_family }}.yml"
- vars/Debian.yml
# vim: set sw=2 ts=2: