aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/config/atlas/ansible/roles/bittorrent/tasks/main.yaml')
-rw-r--r--clarkzjw.cc/config/atlas/ansible/roles/bittorrent/tasks/main.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/clarkzjw.cc/config/atlas/ansible/roles/bittorrent/tasks/main.yaml b/clarkzjw.cc/config/atlas/ansible/roles/bittorrent/tasks/main.yaml
new file mode 100644
index 0000000..870323e
--- /dev/null
+++ b/clarkzjw.cc/config/atlas/ansible/roles/bittorrent/tasks/main.yaml
@@ -0,0 +1,11 @@
1- name: Enable Debian Testing
2 apt_repository:
3 repo: deb https://deb.debian.org/debian testing main contrib non-free
4 state: present
5
6- name: Install Bittorrent clients
7 apt:
8 name:
9 - qbittorrent
10 update_cache: true
11 default_release: "testing"
Powered by cgit v1.2.3 (git 2.41.0)