perf: 使用winrm协议批量上传文件

pull/12622/head^2
wangruidong 2024-01-30 11:09:38 +08:00 committed by w940853815
parent 8c7ba4a497
commit 279109c9a6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class JMSPermedInventory(JMSInventory):
'postgresql': ['postgresql'],
'sqlserver': ['sqlserver'],
'ssh': ['shell', 'python', 'win_shell', 'raw'],
'winrm': ['win_shell'],
'winrm': ['win_shell', 'shell'],
}
if self.module not in protocol_supported_modules_mapping.get(protocol.name, []):