From ad4bcbf7763946435604c38acde3940489d61290 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 16 Dec 2017 23:00:03 +0100 Subject: [PATCH] add default port --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 540a476..6656c6b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,3 +1,4 @@ mosquitto_pid_file: /var/run/mosquitto.pid mosquitto_user: mosquitto mosquitto_group: mosquitto +mosquitto_port: 61000