roles/munin: Remove ansible_os_family checks

We only run Debian family distributions now so there is no need to check
this case.
This commit is contained in:
Alan Orth 2017-11-05 01:20:20 +02:00
parent 547d808aea
commit 1882ba612f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 4 deletions

View File

@ -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