Updated repos to buster

This commit is contained in:
Ubergeek 2019-07-26 20:05:03 +00:00 committed by fosslinux
parent 99fb29ff2c
commit 0fc4834dd3
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
- name: Add weechat repo
apt_repository:
repo: 'deb https://weechat.org/debian stretch main'
repo: 'deb https://weechat.org/debian buster main'
state: present
filename: weechat
update_cache: yes
@ -43,13 +43,13 @@
- name: Add debian contrib
apt_repository:
repo: 'deb http://ftp.de.debian.org/debian stretch main contrib'
repo: 'deb http://ftp.de.debian.org/debian stable main contrib'
state: present
update_cache: yes
- name: Add mono-project repo
apt_repository:
repo: 'deb https://download.mono-project.com/repo/debian stable-stretch main'
repo: 'deb https://download.mono-project.com/repo/debian stable-buster main'
state: present
update_cache: yes

View File

@ -7,14 +7,14 @@
- name: Add tor project repo
apt_repository:
repo: 'deb https://deb.torproject.org/torproject.org stretch main'
repo: 'deb https://deb.torproject.org/torproject.org buster main'
state: present
filename: tor
update_cache: yes
- name: Add tor project repo
apt_repository:
repo: 'deb-src https://deb.torproject.org/torproject.org stretch main'
repo: 'deb-src https://deb.torproject.org/torproject.org buster main'
state: present
filename: torsrc
update_cache: yes