mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 15:59:09 -07:00
print vyos_config diff (#42494)
This commit is contained in:
parent
bea8e0200c
commit
c43e51e39e
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def run(module, result):
|
||||||
result['changed'] = True
|
result['changed'] = True
|
||||||
|
|
||||||
if module._diff:
|
if module._diff:
|
||||||
result['diff'] = diff
|
result['diff'] = {'prepared': diff}
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue