Removing unstable repo so it stops biting us

This commit is contained in:
Ubergeek 2020-02-27 09:13:49 -05:00
parent f17fb080ab
commit a03ae1dc59
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@
state: present
update_cache: yes
- name: Add Debian unstable
apt_repository:
repo: 'deb http://deb.debian.org/debian/ unstable main'
state: present
update_cache: yes
- name: Add mono-project repo
apt_repository:
repo: 'deb https://download.mono-project.com/repo/debian stable-buster main'