mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Updated repos to buster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user