Add tarsnap
This commit is contained in:
parent
821669892d
commit
e310cdcca6
20
debian.yml
20
debian.yml
@ -20,6 +20,16 @@
|
|||||||
repo: "deb http://ftp.us.debian.org/debian stretch contrib non-free"
|
repo: "deb http://ftp.us.debian.org/debian stretch contrib non-free"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Tarsnap Repository Key
|
||||||
|
apt_key:
|
||||||
|
url: https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc
|
||||||
|
state: present
|
||||||
|
- name: Tarsnap Repository
|
||||||
|
apt_repository:
|
||||||
|
repo: "deb http://pkg.tarsnap.com/deb/stretch ./"
|
||||||
|
filename: google-chrome
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Chrome Repository Key
|
- name: Chrome Repository Key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://dl-ssl.google.com/linux/linux_signing_key.pub
|
url: https://dl-ssl.google.com/linux/linux_signing_key.pub
|
||||||
@ -182,16 +192,16 @@
|
|||||||
name: syncthing
|
name: syncthing
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: Install tarsnap
|
||||||
|
apt:
|
||||||
|
name: tarsnap
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install tig
|
- name: Install tig
|
||||||
apt:
|
apt:
|
||||||
name: tig
|
name: tig
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
# - name: Install tarsnap
|
|
||||||
# apt:
|
|
||||||
# name: tarsnap
|
|
||||||
# state: latest
|
|
||||||
|
|
||||||
- name: Install tmux
|
- name: Install tmux
|
||||||
apt:
|
apt:
|
||||||
name: tmux
|
name: tmux
|
||||||
|
Reference in New Issue
Block a user