Skip to content

Commit

Permalink
sap_hana_install: Add the new tag to more tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Aug 28, 2024
1 parent 8efae0a commit f7ce434
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/sap_hana_install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- sap_hana_install_preinstall
- sap_hana_install_set_log_mode
- sap_hana_install_configure_firewall
- sap_hana_install_create_hdblcm_configfile

- name: Fail if necessary variable 'sap_hana_install_sid' is not defined
ansible.builtin.fail:
Expand All @@ -21,6 +22,7 @@
tags:
- sap_hana_install_check_hana_exists
- sap_hana_install_preinstall
- sap_hana_install_create_hdblcm_configfile

- name: Validate SAP HANA System ID - 'sap_hana_install_sid' consists of 3 characters
ansible.builtin.assert:
Expand All @@ -30,6 +32,7 @@
tags:
- sap_hana_install_check_hana_exists
- sap_hana_install_preinstall
- sap_hana_install_create_hdblcm_configfile

- name: Validate SAP HANA System ID - 'sap_hana_install_sid' is not in the list of reserved SAP SIDs
ansible.builtin.assert:
Expand All @@ -39,6 +42,7 @@
tags:
- sap_hana_install_check_hana_exists
- sap_hana_install_preinstall
- sap_hana_install_create_hdblcm_configfile

- name: Fail if necessary variable 'sap_hana_install_number' is not defined
ansible.builtin.fail:
Expand All @@ -47,6 +51,7 @@
tags:
- sap_hana_install_check_hana_exists
- sap_hana_install_preinstall
- sap_hana_install_create_hdblcm_configfile

- name: SAP HANA existence checking
ansible.builtin.import_tasks: hana_exists.yml
Expand Down

0 comments on commit f7ce434

Please sign in to comment.