We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b503d commit 44281caCopy full SHA for 44281ca
2 files changed
roles/sap_ha_pacemaker_cluster/tasks/RedHat/pre_steps_nwas_ascs_ers.yml
@@ -20,4 +20,5 @@
20
when:
21
- sap_ha_pacemaker_cluster_nwas_cs_ers_simple_mount | bool
22
- __sap_ha_pacemaker_cluster_sapstartsrv_check.stdout is defined
23
+ - __sap_ha_pacemaker_cluster_sapstartsrv_check.stdout | length > 0
24
- "(__sap_ha_pacemaker_cluster_sapstartsrv_check.stdout) is version(__sap_ha_pacemaker_cluster_nwas_simple_mount_version, '<')"
roles/sap_ha_pacemaker_cluster/tasks/main.yml
@@ -214,6 +214,7 @@
214
ansible.builtin.import_role:
215
name: "{{ sap_ha_pacemaker_cluster_system_roles_collection }}.ha_cluster"
216
no_log: "{{ __sap_ha_pacemaker_cluster_no_log }}" # some parameters contain secrets
217
+ tags: run_ha_cluster
218
219
220
# Corosync post-inst
0 commit comments