Created
April 9, 2018 19:53
-
-
Save garethgreenaway/2645768b624dbd29caaf17befcf61199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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