mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Disable debug
This commit is contained in:
parent
5004d21f10
commit
4ad885111b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue