roles/munin: Don't use loop when installing one package

This commit is contained in:
2018-04-02 15:51:29 +03:00
parent ffee9250ee
commit fbf61c8e61
2 changed files with 4 additions and 9 deletions

View File

@ -1,8 +1,6 @@
---
- name: Install munin package
apt: name={{ item }} state=present
with_items:
- munin
apt: name=munin state=present
tags: packages
- name: Create munin configuration file