diff options
| author | Luke Hoersten <[email protected]> | 2024-02-04 20:27:19 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2024-02-04 20:27:19 -0600 |
| commit | 04edbf561c44e28753cbbaa3870b23b220cc644c (patch) | |
| tree | 66a1fc151e8036d6ee1d1de6401cfe9d619a82c1 /unifi | |
| parent | e8be763403fb3d623b68ea6cb1781e61a72d28d4 (diff) | |
Tons of updates to fix migration to new server.
Diffstat (limited to 'unifi')
| -rw-r--r-- | unifi/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
