6 lines
109 B
YAML
6 lines
109 B
YAML
|
---
|
||
|
- name: Restart mosquitto
|
||
|
ansible.builtin.systemd:
|
||
|
service: mosquitto.service
|
||
|
state: restarted
|