14 lines
254 B
YAML
14 lines
254 B
YAML
---
|
|
- import_tasks: ../../common/handlers/main.yaml
|
|
|
|
- name: restart spaceapi
|
|
systemd:
|
|
name: spaceapi
|
|
state: restarted
|
|
daemon_reload: true
|
|
|
|
- name: restart mqtt2web
|
|
systemd:
|
|
name: mqtt2web
|
|
state: restarted
|
|
daemon_reload: true
|