ansible-infra/playbooks/roles/mosquitto/handlers/main.yaml

6 lines
109 B
YAML
Raw Normal View History

---
- name: Restart mosquitto
ansible.builtin.systemd:
service: mosquitto.service
state: restarted