pleroma/otp/tasks/main.yaml
changeset 238 bdbc88cb5078
parent 227 2e0366f2dcbe
--- a/pleroma/otp/tasks/main.yaml	Mon Jul 29 12:41:57 2024 -0500
+++ b/pleroma/otp/tasks/main.yaml	Mon Oct 07 15:25:37 2024 -0500
@@ -9,11 +9,8 @@
   apt: name="{{item}}"
   loop:
     - "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"
+    - "libtinfo6"
+    - "libvips42t64"
 
 - name: create pleroma config and data directories
   become: yes