src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma-otp/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-14 09:36:33 -0500
committerLuke Hoersten <[email protected]>2020-06-14 09:36:33 -0500
commit69d81dc21078452b46e79b9c93882f98b9bf28d6 (patch)
tree0c92c95af627bdbb06a227ffeb8f363b7d73b0f7 /pleroma-otp/tasks/main.yaml
parent123969bbffd4979597826634cef2dcd2cf364456 (diff)
Added dep for ubuntu
Diffstat (limited to 'pleroma-otp/tasks/main.yaml')
-rw-r--r--pleroma-otp/tasks/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pleroma-otp/tasks/main.yaml b/pleroma-otp/tasks/main.yaml
index 66fe10f..8a1e032 100644
--- a/pleroma-otp/tasks/main.yaml
+++ b/pleroma-otp/tasks/main.yaml
@@ -4,6 +4,10 @@
become: yes
user: name="pleroma" shell="/bin/false" home="/opt/pleroma" system="yes"
+- name: apt install pleroma dependencies
+ become: yes
+ apt: name="libtinfo5"
+
- name: create config and data directory
become: yes
file: