mosquitto: Initial version of role

This commit is contained in:
Timo Makinen 2022-10-06 17:33:00 +00:00
parent b61781bd94
commit e7cc5866c8
3 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart mosquitto
ansible.builtin.service:
name: mosquitto
state: restarted