created common.py for extracting deep comparision function. #11
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Sysdeploy/ansible-modules-syncthing#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "shailaja/ansible-modules-syncthing:common_file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #10
@ -151,11 +151,9 @@ response:
'''
from ansible_collections.community.syncthing.plugins.module_utils.syncthing_api import SyncthingModule
from common.py import deep_equal
due to how ansible loads modules, this needs to have a different format, I think the correct one is:
from ansible_collections.community.syncthing.plugins.module_utils.common import deep_equal
7f340539db
to00cfcd42a6
@ -151,11 +151,9 @@ response:
'''
from ansible_collections.community.syncthing.plugins.module_utils.syncthing_api import SyncthingModule
from common.py import deep_equalfrom ansible_collections.community.syncthing.plugins.module_utils.common import get_changes
This doesn't look syntactically correct
b55ace242a
to4b476a8c3d