web.yml: Add os_family vars to includes

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-08-25 13:20:43 +03:00
parent 160337bd4d
commit c6546f37a3

View File

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