You should also never do this in a module:
print "some status message"
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b9e18a9b-f079-4cac-85c8-fd6bb545c2fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import epdb
# ...
def some_function():
x = some_random_object.something_interesting()
epdb.st()To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/40b1a27b-1dc9-4b24-8062-2bf72567db11%40googlegroups.com.