Skip to content

Commit 818c762

Browse files
committed
Reorder tasks in pre-validation for SCS nodes to ensure proper execution flow
1 parent 79967d7 commit 818c762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/roles/misc/tasks/pre-validations-scs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
when: node_tier == "scs" or node_tier == "ers"
1010
block:
1111
- name: "Pre Validation: Validate SCS cluster status on ASCS node"
12-
become: true
1312
get_cluster_status_scs:
14-
ansible_os_family: "{{ ansible_os_family | upper }}"
1513
sap_sid: "{{ sap_sid | lower }}"
14+
ansible_os_family: "{{ ansible_os_family | upper }}"
15+
become: true
1616
register: cluster_status_pre
1717

1818
- name: "Pre Validation: CleanUp any failed resource"

0 commit comments

Comments
 (0)