Swap out deluge for qbittorrent
Just run on arch instead of docker, too. Much simpler.
This commit is contained in:
11
ansible/roles/qbittorrent/handlers/main.yml
Normal file
11
ansible/roles/qbittorrent/handlers/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- name: restart nginx
|
||||
service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
become: true
|
||||
|
||||
- name: restart qbittorrent
|
||||
service:
|
||||
name: qbittorrent-nox@{{ qbittorrent_user.name }}
|
||||
state: restarted
|
||||
become: true
|
Reference in New Issue
Block a user