infrastructure/ansible/roles/qbittorrent/handlers/main.yml

12 lines
215 B
YAML
Raw Normal View History

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