fix: 资产测试可连接性选错账号 (#12130)

Co-authored-by: feng <1304903146@qq.com>
pull/12133/head
fit2bot 2023-11-16 11:26:05 +08:00 committed by GitHub
parent d166b26252
commit 8f309dee92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ logger = get_logger(__name__)
class PingManager(BasePlaybookManager):
ansible_account_prefer = ''
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.host_asset_and_account_mapper = {}