infrastructure/ansible/roles/qbittorrent/handlers/main.yml
Jake Howard 5d9ee7190d
Swap out deluge for qbittorrent
Just run on arch instead of docker, too. Much simpler.
2021-04-16 21:49:00 +01:00

12 lines
215 B
YAML

- name: restart nginx
service:
name: nginx
state: restarted
become: true
- name: restart qbittorrent
service:
name: qbittorrent-nox@{{ qbittorrent_user.name }}
state: restarted
become: true