move to debian
This commit is contained in:
parent
3b7eb0dd2c
commit
13fe28b5aa
16 changed files with 34 additions and 31 deletions
|
@ -3,11 +3,11 @@
|
|||
apt_key:
|
||||
keyserver: keyserver.ubuntu.com
|
||||
id: "37C84554E7E0A261E4F76E1ED26E6ED000654A3E"
|
||||
keyring: /etc/apt/keyrings/syncthing.gpg
|
||||
keyring: /etc/apt/trusted.gpg.d/syncthing.gpg
|
||||
- name: Install APT repository
|
||||
become: true
|
||||
apt_repository:
|
||||
repo: "deb [signed-by=/etc/apt/keyrings/syncthing.gpg] https://apt.syncthing.net/ syncthing stable"
|
||||
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/syncthing.gpg] https://apt.syncthing.net/ syncthing stable"
|
||||
register: apt_repository
|
||||
- name: Update APT cache
|
||||
become: true
|
||||
|
|
Reference in a new issue