Add upstream Syncthing repo
This commit is contained in:
parent
34f3a0f960
commit
3ac7e79e92
15
debian.yml
15
debian.yml
@ -38,6 +38,16 @@
|
|||||||
repo: "deb-src https://deb.nodesource.com/node_6.x jessie main"
|
repo: "deb-src https://deb.nodesource.com/node_6.x jessie main"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
- name: Syncthing Repository Key
|
||||||
|
apt_key:
|
||||||
|
url: https://syncthing.net/release-key.txt
|
||||||
|
state: present
|
||||||
|
- name: Syncthing Repository
|
||||||
|
apt_repository:
|
||||||
|
repo: "deb https://apt.syncthing.net/ syncthing stable"
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Tarsnap Repository Key
|
- name: Tarsnap Repository Key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc
|
url: https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc
|
||||||
@ -99,6 +109,11 @@
|
|||||||
name: bzr
|
name: bzr
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install cifs-utils
|
||||||
|
apt:
|
||||||
|
name: cifs-utils
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install clang
|
- name: Install clang
|
||||||
apt:
|
apt:
|
||||||
name: clang
|
name: clang
|
||||||
|
Reference in New Issue
Block a user