mqtt: Install Avahi

This commit is contained in:
polyfloyd 2023-12-03 13:35:25 +01:00
parent 3ba4e0839e
commit 731e58316c

View file

@ -2,10 +2,11 @@
- name: mqtt-internal
tags: mqtt_internal
block:
- name: Install broker
- name: Install dependencies
apt:
name: mosquitto
state: present
name:
- mosquitto
- avahi-daemon
- name: Configure Mosquitto
template: