hackmd: use list instead of with_items
This commit is contained in:
parent
a5bef39ba4
commit
0ea7576e80
@ -28,8 +28,8 @@
|
||||
Pin-Priority: 600
|
||||
|
||||
- name: Install packages
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- build-essential
|
||||
- git
|
||||
- nodejs
|
||||
|
Loading…
Reference in New Issue
Block a user