librenms: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 18:23:17 +01:00
parent 6b4dbb9177
commit cf52cc9932
1 changed files with 27 additions and 27 deletions

View File

@ -1,8 +1,8 @@
--- ---
- name: Install dependencies - name: Install dependencies
apt: name={{ item }} apt:
with_items: name:
- fping - fping
- git - git
- graphviz - graphviz