From ea1aab4cc6b51fcadcda6de3d2e8de295b0b39d5 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 8 May 2024 00:08:44 +0530 Subject: [PATCH] refactor --- collection/plugins/modules/folder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/collection/plugins/modules/folder.py b/collection/plugins/modules/folder.py index f01bd04..f3b8a1a 100644 --- a/collection/plugins/modules/folder.py +++ b/collection/plugins/modules/folder.py @@ -207,6 +207,7 @@ def run_module(): else: devices_module = SyncthingModule( api_url='/rest/config/devices', + argument_spec=dict(), ) devices = [] #devices_module.get_call() existing_device_ids = [device['deviceID'] for device in devices]