web.yml: Add os_family vars to includes

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-08-25 13:20:43 +03:00
parent 160337bd4d
commit c6546f37a3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -11,5 +11,7 @@
- php5-fpm
# - wordpress
- munin
vars_files:
- "vars/{{ ansible_os_family }}.yml"
# vim: set sw=2 ts=2: