hackmd: use list instead of with_items
This commit is contained in:
parent
a5bef39ba4
commit
0ea7576e80
@ -28,14 +28,14 @@
|
|||||||
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
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
- name: Unpack hackmd
|
- name: Unpack hackmd
|
||||||
unarchive: src={{ hackmd_archive }} dest=/opt owner=hackmd group=hackmd remote_src=yes creates=/opt/codimd-{{ hackmd_version }}
|
unarchive: src={{ hackmd_archive }} dest=/opt owner=hackmd group=hackmd remote_src=yes creates=/opt/codimd-{{ hackmd_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user