roles/munin: Fix issue raised by ansible-lint
[ANSIBLE0010] Package installs should not use latest
This commit is contained in:
parent
f7393b0ca9
commit
e043cd7dfe
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Install munin-node
|
- name: Install munin-node
|
||||||
apt: name={{ item }} state=latest
|
apt: name={{ item }} state=present
|
||||||
when: ansible_os_family == "Ubuntu"
|
when: ansible_os_family == "Ubuntu"
|
||||||
with_items:
|
with_items:
|
||||||
- munin-node
|
- munin-node
|
||||||
|
Loading…
Reference in New Issue
Block a user