--- - 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