install_monitoring: munin: added missing dependency for fastd plugin

netsplit
Niklas Yann Wettengel 7 years ago
parent 8fc904ff58
commit fbaa342904

@ -41,6 +41,11 @@
name: perl-lwp-protocol-https
state: present
- name: install perl-json
pacman:
name: perl-json
state: present
- name: enable munin plugins
file:
path: /etc/munin/plugins/{{ item.name }}

Loading…
Cancel
Save