Skip to content

Commit

Permalink
sap_install_media_detect: fix sap_install_media_detect_db condition
Browse files Browse the repository at this point in the history
  • Loading branch information
berndfinger committed Sep 21, 2023
1 parent 6df653f commit 93c0eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93c0eb2

Please sign in to comment.