forked from bitlair/ansible
13 lines
230 B
YAML
13 lines
230 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
|