perf: Windows AD

This commit is contained in:
feng
2025-04-09 18:12:18 +08:00
committed by Bryan
parent 528f9045d0
commit 37a307a9d0
21 changed files with 164 additions and 14 deletions

View File

@@ -94,6 +94,7 @@ class BaseChangeSecretPushManager(AccountBasePlaybookManager):
h['account'] = {
'name': account.name,
'username': account.username,
'full_username': account.full_username,
'secret_type': secret_type,
'secret': account.escape_jinja2_syntax(new_secret),
'private_key_path': private_key_path,