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:
parent
3c135ef3f2
commit
3ffd55ce7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue