haproxy: fix Munin plugin dependencies

This commit is contained in:
Victor LABORIE 2018-02-14 14:10:00 +01:00
parent cbf64417bf
commit df891f6aee
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
---
- name: Install Munin plugin
- name: Install Munin plugin and dependencies
apt:
name: munin-plugins-extra
name: "{{ item }}"
state: present
with_items:
- munin-plugins-extra
- liblwp-useragent-determined-perl
tags:
- haproxy