pref: 完成收集资产信息任务

This commit is contained in:
ibuler
2022-10-17 11:22:21 +08:00
parent 4e8e4e4bb7
commit 6a33129349
9 changed files with 30 additions and 15 deletions

View File

@@ -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):