fix: 验证账号可连接性(自定义ssh)使用的key值错误 (#10524)

pull/10531/head
jiangweidong 2023-05-22 17:45:09 +08:00 committed by GitHub
parent e6b894ea61
commit e33dbb6aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@
login_port: "{{ jms_asset.port }}"
login_user: "{{ account.username }}"
login_password: "{{ account.secret }}"
login_secret_type: "{{ jms_account.secret_type }}"
login_private_key_path: "{{ jms_account.private_key_path }}"
login_secret_type: "{{ account.secret_type }}"
login_private_key_path: "{{ account.private_key_path }}"