mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Forcibly enable deluged systemd service
This commit is contained in:
parent
c31bbc8e6e
commit
02228e13d7
1 changed files with 5 additions and 0 deletions
|
@ -36,3 +36,8 @@
|
|||
src: service
|
||||
dest: /etc/systemd/system/deluged.service
|
||||
notify: Restart Deluge
|
||||
register: result
|
||||
|
||||
- name: Enabled service
|
||||
command: systemctl enable deluged
|
||||
when: result is changed
|
||||
|
|
Loading…
Reference in a new issue