roles/munin: Allow running on Debian hosts
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user