roles/munin: Fix issue raised by ansible-lint

[ANSIBLE0010] Package installs should not use latest
This commit is contained in:
Alan Orth 2017-10-31 22:41:40 +02:00
parent f362207616
commit 4ad4d79b3d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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