mirror of https://github.com/jumpserver/jumpserver
fix: 修复调用 ssh_ping 模块测试走网关的资产连接性失败
parent
7ba876eb0a
commit
1569524583
|
@ -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) }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue