mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 21:37:59 +01:00
11 lines
141 B
YAML
11 lines
141 B
YAML
---
|
|
#
|
|
# Deluge handlers.
|
|
#
|
|
|
|
- name: Restart Deluge
|
|
systemd:
|
|
name: deluged
|
|
enabled: yes
|
|
daemon_reload: yes
|
|
state: restarted
|