add handler
This commit is contained in:
parent
53430a5b34
commit
905d324734
1 changed files with 6 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: restart libretranslate
|
||||
systemd:
|
||||
name: libretranslate
|
||||
state: restarted
|
Loading…
Reference in a new issue