mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
perf: gather accounts
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# from .backup.manager import AccountBackupExecutionManager
|
||||
#
|
||||
#
|
||||
from .change_secret.manager import ChangeSecretManager
|
||||
from .gather_facts.manager import GatherFactsManager
|
||||
from .gather_accounts.manager import GatherAccountsManager
|
||||
from ..const import AutomationTypes
|
||||
|
||||
|
||||
@@ -10,6 +8,7 @@ class ExecutionManager:
|
||||
manager_type_mapper = {
|
||||
AutomationTypes.change_secret: ChangeSecretManager,
|
||||
AutomationTypes.gather_facts: GatherFactsManager,
|
||||
AutomationTypes.gather_accounts: GatherAccountsManager,
|
||||
}
|
||||
|
||||
def __init__(self, execution):
|
||||
|
Reference in New Issue
Block a user