Commit 4ad88511 by Michael DeHaan

Disable debug

parent 5004d21f
...@@ -32,7 +32,8 @@ import pwd ...@@ -32,7 +32,8 @@ import pwd
def debug(msg): def debug(msg):
# ansible ignores stderr, so it's safe to use for debug # ansible ignores stderr, so it's safe to use for debug
print >>sys.stderr, msg # print >>sys.stderr, msg
pass
def exit_json(rc=0, **kwargs): def exit_json(rc=0, **kwargs):
# FIXME: if path exists, include the user, group, mode and context # FIXME: if path exists, include the user, group, mode and context
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment