mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
print vyos_config diff (#42494)
This commit is contained in:
committed by
Ganesh Nalawade
parent
bea8e0200c
commit
c43e51e39e
@@ -228,7 +228,7 @@ def run(module, result):
|
||||
result['changed'] = True
|
||||
|
||||
if module._diff:
|
||||
result['diff'] = diff
|
||||
result['diff'] = {'prepared': diff}
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user