From 8dcde5d12d2f9dc584e05804ab70c58af4094d73 Mon Sep 17 00:00:00 2001 From: Alessandro Rossi <4215912+kubealex@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:08:43 +0200 Subject: [PATCH] Update mqtt.py --- plugins/event_source/mqtt.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/event_source/mqtt.py b/plugins/event_source/mqtt.py index 0aeb988..0ea1d47 100644 --- a/plugins/event_source/mqtt.py +++ b/plugins/event_source/mqtt.py @@ -1,5 +1,7 @@ """mqtt.py. + An ansible-rulebook event source plugin for receiving events via a mqtt topic. + Arguments: --------- host: The host where the mqtt topic is hosted @@ -17,6 +19,7 @@ keyfile_password The optional password to be used when loading the certificate chain topic: The mqtt topic to subscribe to + """ import asyncio