Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garethgreenaway/2645768b624dbd29caaf17befcf61199 to your computer and use it in GitHub Desktop.
Save garethgreenaway/2645768b624dbd29caaf17befcf61199 to your computer and use it in GitHub Desktop.
Python2
========
local:
----------
ID: test
Function: module.run
Name: test.echo
Result: True
Comment: Module function test.echo executed
Started: 12:51:46.768254
Duration: 11.609 ms
Changes:
----------
ret:
----------
a:
b
c:
d
Summary for local
------------
Succeeded: 1 (changed=1)
Failed: 0
------------
Total states run: 1
Total run time: 11.609 ms
Python 3
========
local:
----------
ID: test
Function: module.run
Name: test.echo
Result: True
Comment: Module function test.echo executed
Started: 12:47:14.726009
Duration: 50.506 ms
Changes:
----------
ret:
----------
b'a':
b'b'
b'c':
b'd'
Summary for local
------------
Succeeded: 1 (changed=1)
Failed: 0
------------
Total states run: 1
Total run time: 50.506 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment