roles/munin: Fix issue raised by ansible-lint
[ANSIBLE0010] Package installs should not use latest
This commit is contained in:
parent
f362207616
commit
4ad4d79b3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user