feat: 作业中心支持 raw (网络设备使用)

This commit is contained in:
Aaron3S
2023-09-13 17:25:05 +08:00
parent 7c973616cd
commit 07da98e438
2 changed files with 2 additions and 1 deletions

View File

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