diff options
| author | Luke Hoersten <[email protected]> | 2020-06-14 09:36:33 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-14 09:36:33 -0500 |
| commit | 69d81dc21078452b46e79b9c93882f98b9bf28d6 (patch) | |
| tree | 0c92c95af627bdbb06a227ffeb8f363b7d73b0f7 /pleroma-otp/tasks/main.yaml | |
| parent | 123969bbffd4979597826634cef2dcd2cf364456 (diff) | |
Added dep for ubuntu
Diffstat (limited to 'pleroma-otp/tasks/main.yaml')
| -rw-r--r-- | pleroma-otp/tasks/main.yaml | 4 |
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: |
