mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user