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. --- unifi/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unifi') diff --git a/unifi/tasks/main.yaml b/unifi/tasks/main.yaml index 800cc8e..9479f03 100644 --- a/unifi/tasks/main.yaml +++ b/unifi/tasks/main.yaml @@ -13,7 +13,7 @@ - name: install libssl1.1 deb become: yes - apt: deb="http://ports.ubuntu.com/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_arm64.deb" + apt: deb="http://ports.ubuntu.com/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_{{arch}}.deb" # To accept codename change: # 1. sudo apt update -- cgit v1.2.3