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