From cef1655c4070cdb837a55eef605cc9197b8b3dad Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Nov 2017 01:05:23 +0200 Subject: [PATCH] web.yml: Include Debian vars explicitly No need to include using variable interpolation as I'm only supporting Debian familiy OSes right now anyways. --- web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.yml b/web.yml index 110af86..f7c5455 100644 --- a/web.yml +++ b/web.yml @@ -13,6 +13,6 @@ - munin vars_files: - vars/ipsets.yml - - "vars/{{ ansible_os_family }}.yml" + - vars/Debian.yml # vim: set sw=2 ts=2: