mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
* Fix module._result['diff'] (#33654)
This commit is contained in:
@@ -383,7 +383,7 @@ def load_config(module, command_filter, warnings, replace=False, admin=False, co
|
||||
diff = get_config_diff(module)
|
||||
if module._diff:
|
||||
if diff:
|
||||
module['diff'] = to_text(diff, errors='surrogate_or_strict')
|
||||
module._result['diff'] = to_text(diff, errors='surrogate_or_strict')
|
||||
if commit:
|
||||
commit_config(module, comment=comment)
|
||||
conn.edit_config('end')
|
||||
|
||||
Reference in New Issue
Block a user