roles/munin: Allow running on Debian hosts

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-09-01 00:10:16 +03:00
parent abbc9f5073
commit bc28cd008c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
- name: Install munin package
apt: name={{ item }} state=latest
when: ansible_distribution == "Ubuntu"
when: ansible_os_family == "Debian"
with_items:
- munin