add git as etherpad dependency
This commit is contained in:
parent
17e289641a
commit
a666b2fbdd
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: install etherpad deps
|
||||||
|
apt:
|
||||||
|
pkg:
|
||||||
|
git
|
||||||
|
|
||||||
- name: ensure etherpad user is present
|
- name: ensure etherpad user is present
|
||||||
user:
|
user:
|
||||||
name: "etherpad"
|
name: "etherpad"
|
||||||
|
|
Loading…
Reference in a new issue