mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
pref: 完成收集资产信息任务
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
#
|
||||
#
|
||||
from .change_secret.manager import ChangeSecretManager
|
||||
from .gather_facts.manager import GatherFactsManager
|
||||
|
||||
|
||||
class ExecutionManager:
|
||||
manager_type_mapper = {
|
||||
'change_secret': ChangeSecretManager,
|
||||
'gather_facts': GatherFactsManager,
|
||||
}
|
||||
|
||||
def __init__(self, execution):
|
||||
|
Reference in New Issue
Block a user