Skip to content

Commit

Permalink
sap_swpm: Do not include the installation type file for default case
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Nov 5, 2024
1 parent 3508e01 commit 262ca2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/sap_swpm/tasks/pre_install/install_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,10 @@
when:
- sap_swpm_swpm_installation_type | regex_search('ha')

################
# Installation Type file will not be included if install type is empty (= the default):
################

- name: SAP SWPM Pre Install - Run Installation Type Steps
ansible.builtin.include_tasks: "install_type/{{ sap_swpm_swpm_installation_type }}_install.yml"
when: "sap_swpm_swpm_installation_type | length > 0"

0 comments on commit 262ca2e

Please sign in to comment.