First commit
This commit is contained in:
12
roles/bittorrent/handlers/main.yml
Normal file
12
roles/bittorrent/handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: reload transmission
|
||||
service:
|
||||
name: transmission-daemon
|
||||
state: reloaded
|
||||
|
||||
- name: restart sonarr
|
||||
service:
|
||||
name: sonarr
|
||||
state: restarted
|
||||
|
||||
- name: export nfs
|
||||
command: exportfs -a
|
Reference in New Issue
Block a user