mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
No longer check for tmp_path being sent as we don't use it here anyway
This commit is contained in:
committed by
Matt Clay
parent
dbf882a600
commit
e7d9d86ec9
@@ -472,8 +472,6 @@ class ThreadedTCPRequestHandler(SocketServer.BaseRequestHandler):
|
||||
def command(self, data):
|
||||
if 'cmd' not in data:
|
||||
return dict(failed=True, msg='internal error: cmd is required')
|
||||
if 'tmp_path' not in data:
|
||||
return dict(failed=True, msg='internal error: tmp_path is required')
|
||||
|
||||
vvvv("executing: %s" % data['cmd'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user