From 93c0eb2d416e71de0c318749d260f4a1d56f4275 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Thu, 21 Sep 2023 17:21:06 +0200 Subject: [PATCH] sap_install_media_detect: fix sap_install_media_detect_db condition --- .../tasks/prepare/create_file_list_phase_2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_install_media_detect/tasks/prepare/create_file_list_phase_2.yml b/roles/sap_install_media_detect/tasks/prepare/create_file_list_phase_2.yml index 3871186e4..e65f93859 100644 --- a/roles/sap_install_media_detect/tasks/prepare/create_file_list_phase_2.yml +++ b/roles/sap_install_media_detect/tasks/prepare/create_file_list_phase_2.yml @@ -215,7 +215,7 @@ - __sap_install_media_detect_fact_files_sapfile_results | selectattr('sap_file_type', 'equalto', 'saphana') | length > 0 fail_msg: "No file found for saphana" when: - - sap_install_media_detect_db + - sap_install_media_detect_db == 'saphana' - name: SAP Install Media Detect - Prepare - Assert that saphana_client is present ansible.builtin.assert: