From 15695245833014cb205b6cca134e7554ccc879b2 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 16 Apr 2024 15:10:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B0=83=E7=94=A8=20s?= =?UTF-8?q?sh=5Fping=20=E6=A8=A1=E5=9D=97=E6=B5=8B=E8=AF=95=E8=B5=B0?= =?UTF-8?q?=E7=BD=91=E5=85=B3=E7=9A=84=E8=B5=84=E4=BA=A7=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=80=A7=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/automations/ping/custom/ssh/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/assets/automations/ping/custom/ssh/main.yml b/apps/assets/automations/ping/custom/ssh/main.yml index 1c11409f0..d40a7a4e8 100644 --- a/apps/assets/automations/ping/custom/ssh/main.yml +++ b/apps/assets/automations/ping/custom/ssh/main.yml @@ -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) }}" +