fix: 修复调用 ssh_ping 模块测试走网关的资产连接性失败

pull/13038/head
Aaron3S 2024-04-16 15:10:40 +08:00 committed by Bryan
parent 7ba876eb0a
commit 1569524583
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@
become_password: "{{ custom_become_password | default('') }}"
become_private_key_path: "{{ custom_become_private_key_path | default(None) }}"
old_ssh_version: "{{ jms_asset.old_ssh_version | default(False) }}"
gateway_args: "{{ jms_asset.ansible_ssh_common_args | default(None) }}"