Disable debug

reviewable/pr18780/r1
Michael DeHaan 14 years ago
parent 3aa975aad3
commit 1d3dd22a02

@ -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

Loading…
Cancel
Save