From a666b2fbdd6035ff4e6d1daaa3a0725f49d03f02 Mon Sep 17 00:00:00 2001 From: les Date: Fri, 2 Oct 2020 20:59:16 +0200 Subject: [PATCH] add git as etherpad dependency --- roles/etherpad/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/etherpad/tasks/main.yml b/roles/etherpad/tasks/main.yml index 911584e..d62ce33 100644 --- a/roles/etherpad/tasks/main.yml +++ b/roles/etherpad/tasks/main.yml @@ -1,4 +1,10 @@ --- + +- name: install etherpad deps + apt: + pkg: + git + - name: ensure etherpad user is present user: name: "etherpad"