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

pull/15562/head
Toshio Kuratomi 8 years ago
parent 3c135ef3f2
commit 3ffd55ce7f

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

Loading…
Cancel
Save