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

View File

@ -183,6 +183,7 @@ 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