7 lines
131 B
YAML
7 lines
131 B
YAML
---
|
|
- import_tasks: ../../common/handlers/main.yaml
|
|
|
|
- name: restart mosquitto
|
|
systemd:
|
|
name: mosquitto
|
|
state: restarted
|