Add upstream Syncthing repo

This commit is contained in:
Gary Talent 2017-06-19 22:42:32 -05:00
parent 34f3a0f960
commit 3ac7e79e92

View File

@ -38,6 +38,16 @@
repo: "deb-src https://deb.nodesource.com/node_6.x jessie main"
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
apt_key:
url: https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc
@ -99,6 +109,11 @@
name: bzr
state: latest
- name: Install cifs-utils
apt:
name: cifs-utils
state: latest
- name: Install clang
apt:
name: clang