Add security.debian.org repos
This commit is contained in:
parent
d469464d95
commit
b463bb9ea4
17
debian.yml
17
debian.yml
@ -5,11 +5,26 @@
|
|||||||
name: apt-transport-https
|
name: apt-transport-https
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: "Contrib, Non-free"
|
- name: "deb security.debian.org/debian-security"
|
||||||
|
apt_repository:
|
||||||
|
repo: "deb http://security.debian.org/debian-security stretch/updates contrib non-free"
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: "deb-src security.debian.org/debian-security"
|
||||||
|
apt_repository:
|
||||||
|
repo: "deb-src http://security.debian.org/debian-security stretch/updates contrib non-free"
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: "deb Contrib, Non-free"
|
||||||
apt_repository:
|
apt_repository:
|
||||||
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: "deb-src Contrib, Non-free"
|
||||||
|
apt_repository:
|
||||||
|
repo: "deb-src http://ftp.us.debian.org/debian stretch contrib non-free"
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user