From 04edbf561c44e28753cbbaa3870b23b220cc644c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 4 Feb 2024 20:27:19 -0600 Subject: Tons of updates to fix migration to new server. --- pleroma/otp/tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pleroma/otp/tasks') diff --git a/pleroma/otp/tasks/main.yaml b/pleroma/otp/tasks/main.yaml index 4aeec9e..de6b8ed 100644 --- a/pleroma/otp/tasks/main.yaml +++ b/pleroma/otp/tasks/main.yaml @@ -11,6 +11,10 @@ - "libmagic-dev" - "libtinfo5" +- name: install libssl1.1 deb + become: yes + apt: deb="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_{{arch}}.deb" + - name: create pleroma config and data directories become: yes file: -- cgit v1.2.3