forked from infra/ansible
librenms: use list instead of with_items
This commit is contained in:
parent
6b4dbb9177
commit
cf52cc9932
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install dependencies
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- fping
|
||||
- git
|
||||
- graphviz
|
||||
|
Loading…
Reference in New Issue
Block a user