This commit is contained in:
Swapnil 2024-05-02 13:28:03 +05:30
parent 0632d68e5a
commit 8bce593b18
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ def run_module():
# Check for changes
changes = {key: module.params[key] for key in module.params if module.params.get(key) != current_config.get(key)}
print(changes)
if changes:
module.result['changed'] = True