mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Restart OpenTracker using Ansible systemd module
This commit is contained in:
parent
aaa309d3a8
commit
4211c586c2
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
#
|
||||
|
||||
- name: Restart OpenTracker
|
||||
service:
|
||||
systemd:
|
||||
name: opentracker
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
state: restarted
|
||||
|
|
Loading…
Reference in a new issue