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
|
- name: Install dependencies
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- fping
|
- fping
|
||||||
- git
|
- git
|
||||||
- graphviz
|
- graphviz
|
||||||
|
Loading…
Reference in New Issue
Block a user