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
|
||||
|
||||
if module._diff:
|
||||
result['diff'] = diff
|
||||
result['diff'] = {'prepared': diff}
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue