Don't include "ansible" in the module output as there are a few files in the upper directory (args and the module)

This commit is contained in:
Toshio Kuratomi 2016-04-23 11:14:47 -07:00
parent 3c135ef3f2
commit 3ffd55ce7f

View file

@ -197,7 +197,7 @@ def debug(command, zipped_mod, json_params):
f.close()
print('Module expanded into:')
print('%%s' %% os.path.join(basedir, 'ansible'))
print('%%s' %% basedir)
exitcode = 0
elif command == 'execute':