perf: 优化针对低版本 ssh 版本的任务

This commit is contained in:
Eric
2024-04-01 17:28:18 +08:00
committed by Bryan
parent 22d70eb416
commit 2f16bdc4be
10 changed files with 36 additions and 3 deletions

View File

@@ -19,3 +19,4 @@
become_user: "{{ custom_become_user | default('') }}"
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) }}"