From 3f2932346d32395eb43a22832b2d41cdaa34dfe4 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Sep 2020 07:49:46 -0500 Subject: [PATCH] Install Syncthing through third-party repo See https://bugs.launchpad.net/ubuntu/+source/syncthing/+bug/1847018 --- roles/desktop-common/tasks/packages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/desktop-common/tasks/packages.yml b/roles/desktop-common/tasks/packages.yml index 8bdc0ca..ed264b9 100644 --- a/roles/desktop-common/tasks/packages.yml +++ b/roles/desktop-common/tasks/packages.yml @@ -18,6 +18,7 @@ apt_key: url: "{{ item }}" loop: + - "https://syncthing.net/release-key.txt" # Syncthing - "https://packages.riot.im/debian/riot-im-archive-keyring.gpg" # Element - "https://download.spotify.com/debian/pubkey.gpg" # Spotify 1 - "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2 @@ -27,6 +28,7 @@ loop: # Debs - "deb http://repository.spotify.com stable non-free" # Spotify + - "deb https://apt.syncthing.net/ syncthing stable" # Syncthing - "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" # Monodevelop - "deb https://packages.riot.im/debian/ default main" # Element # First-party PPAs