Fix service name

master
Oleg "Zmey!" Vasiliev 2023-10-26 21:37:38 +03:00
parent cb618cd46c
commit c806054d88
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
- name: Vikunja | Restart
service:
name: vikunja
name: vikunja-api
state: restarted

View File

@ -21,6 +21,6 @@
- name: Vikunja | Enable and start service
service:
name: vikunja
name: vikunja-api
state: started
enabled: yes