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

This commit is contained in:
Aaron3S
2024-04-16 15:10:40 +08:00
committed by Bryan
parent 7ba876eb0a
commit 1569524583

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) }}"