We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5807b5 commit 03dd57eCopy full SHA for 03dd57e
1 file changed
src/roles/ha_scs/tasks/manual-restart.yml
@@ -34,6 +34,7 @@
34
test_execution_hostname: "{{ hostvars[cluster_status_pre.ascs_node].ansible_hostname }}"
35
36
- name: "Test Execution: Stop ASCS Instance"
37
+ become: true
38
become_user: "{{ sap_sid | lower }}adm"
39
ansible.builtin.shell: sapcontrol -nr {{ scs_instance_number }} -function StopWait 600 2
40
register: stop_ascs_result
@@ -58,6 +59,7 @@
58
59
and cluster_status_test_execution.ers_node == cluster_status_pre.ers_node
60
61
- name: "Test Execution: Start ASCS Instance"
62
63
64
ansible.builtin.shell: sapcontrol -nr {{ scs_instance_number }} -function StartWait 600 2
65
register: start_ascs_result
0 commit comments