Skip to content

Commit

Permalink
Merge pull request #466 from berndfinger/issue-385-new-detection-meth…
Browse files Browse the repository at this point in the history
…od-even-more-bug-fixes

sap_install_media_detect: fix sap_install_media_detect_db condition
  • Loading branch information
sean-freeman authored Sep 21, 2023
2 parents 6de39f6 + 93c0eb2 commit f0cc8c0
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 f0cc8c0

Please sign in to comment.