We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79967d7 commit 818c762Copy full SHA for 818c762
src/roles/misc/tasks/pre-validations-scs.yml
@@ -9,10 +9,10 @@
9
when: node_tier == "scs" or node_tier == "ers"
10
block:
11
- name: "Pre Validation: Validate SCS cluster status on ASCS node"
12
- become: true
13
get_cluster_status_scs:
14
- ansible_os_family: "{{ ansible_os_family | upper }}"
15
sap_sid: "{{ sap_sid | lower }}"
+ ansible_os_family: "{{ ansible_os_family | upper }}"
+ become: true
16
register: cluster_status_pre
17
18
- name: "Pre Validation: CleanUp any failed resource"
0 commit comments