Remove comment about FIXME that is already resolved
This commit is contained in:
parent
557539dda7
commit
01de08da57
1 changed files with 0 additions and 3 deletions
3
file
3
file
|
@ -36,9 +36,6 @@ def debug(msg):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def exit_json(rc=0, **kwargs):
|
def exit_json(rc=0, **kwargs):
|
||||||
# FIXME: if path exists, include the user, group, mode and context
|
|
||||||
# in the data if not already present, such that this module is
|
|
||||||
# also useful for inventory purposes
|
|
||||||
if 'path' in kwargs:
|
if 'path' in kwargs:
|
||||||
debug("adding path info")
|
debug("adding path info")
|
||||||
add_path_info(kwargs)
|
add_path_info(kwargs)
|
||||||
|
|
Loading…
Reference in a new issue