From 1882ba612f0609b00d1600e0d30c126ba9ab527d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Nov 2017 01:20:20 +0200 Subject: [PATCH] roles/munin: Remove ansible_os_family checks We only run Debian family distributions now so there is no need to check this case. --- roles/munin/templates/munin-node.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/munin/templates/munin-node.conf.j2 b/roles/munin/templates/munin-node.conf.j2 index e447a3a..4b84898 100644 --- a/roles/munin/templates/munin-node.conf.j2 +++ b/roles/munin/templates/munin-node.conf.j2 @@ -3,11 +3,7 @@ # log_level 4 -{% if ansible_os_family == "Debian" %} log_file /var/log/munin/munin-node.log -{% else %} -log_file /var/log/munin-node/munin-node.log -{% endif %} pid_file /var/run/munin/munin-node.pid background 1