diff options
| author | Luke Hoersten <[email protected]> | 2024-10-07 15:25:37 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-10-07 15:25:37 -0500 |
| commit | 27739609362360b2bf533f5a59106ce52c8d4b9f (patch) | |
| tree | f42d1f682ae64078204066235abbd129ec950441 /pleroma/otp/tasks/main.yaml | |
| parent | 874be10f6646a66cd0e994963b2746ad48f5b73e (diff) | |
Lots of updates and fixes for Ubuntu 24.04 Noble.
Diffstat (limited to 'pleroma/otp/tasks/main.yaml')
| -rw-r--r-- | pleroma/otp/tasks/main.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pleroma/otp/tasks/main.yaml b/pleroma/otp/tasks/main.yaml index de6b8ed..1052644 100644 --- a/pleroma/otp/tasks/main.yaml +++ b/pleroma/otp/tasks/main.yaml @@ -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 |
