Updated repos to buster

This commit is contained in:
Ubergeek
2019-08-11 07:35:56 +10:00
committed by fosslinux
parent 99fb29ff2c
commit 0fc4834dd3
2 changed files with 5 additions and 5 deletions
+2 -2
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