1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

print vyos_config diff (#42494)

This commit is contained in:
hitsumabushi 2018-07-19 14:49:51 +09:00 committed by Ganesh Nalawade
parent bea8e0200c
commit c43e51e39e

View file

@ -228,7 +228,7 @@ def run(module, result):
result['changed'] = True
if module._diff:
result['diff'] = diff
result['diff'] = {'prepared': diff}
def main():