fix: automation mysql priv and postgresql finally test the connectivity

This commit is contained in:
feng
2025-08-13 15:31:09 +08:00
committed by feng626
parent 8793003d18
commit e6dca2ec14
4 changed files with 6 additions and 6 deletions

View File

@@ -39,3 +39,5 @@
login_host: "{{ jms_asset.address }}"
login_port: "{{ jms_asset.port }}"
db: "{{ jms_asset.spec_info.db_name }}"
register: result
failed_when: not result.is_available