ansible/roles/mqtt-internal/handlers/main.yaml

5 lines
82 B
YAML

---
- name: restart_mosquitto
systemd:
name: mosquitto
state: restarted