From 6ff8db7fa26fe796c24da13e2047361f245ac9e0 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 8 May 2024 01:08:01 +0530 Subject: [PATCH] test - get devices --- 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 103e7e5..7f20bbd 100644 --- a/collection/plugins/modules/folder.py +++ b/collection/plugins/modules/folder.py @@ -80,6 +80,7 @@ response: ''' from ansible_collections.community.syncthing.plugins.module_utils.syncthing_api import SyncthingModule +import json def deep_equal(a, b): return json.dumps(a, sort_keys=True) == json.dumps(b, sort_keys=True)