From 649809b2be81bed13acd132a0d4383c9db1c8162 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 22 Nov 2020 18:46:05 +0100 Subject: [PATCH] Fix bool default value. (#12) --- plugins/modules/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/api.py b/plugins/modules/api.py index 05bf19d..20eb9ad 100644 --- a/plugins/modules/api.py +++ b/plugins/modules/api.py @@ -42,6 +42,7 @@ options: - If is set TLS will be used for RouterOS API connection. required: false type: bool + default: false port: description: - RouterOS api port. If ssl is set, port will apply to ssl connection.