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