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:38:32 +02:00
parent f7393b0ca9
commit e043cd7dfe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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