Skip to content

Commit 29d3608

Browse files
committed
Change command to shell module for ASCS node crash and fix typo in validation message
1 parent 149dfba commit 29d3608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/roles/ha_scs/tasks/ascs-node-crash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
test_execution_hostname: "{{ hostvars[cluster_status_pre.ascs_node].ansible_hostname }}"
3535

3636
- name: "Test Execution: Echo B to /proc/sysrq-trigger"
37-
ansible.builtin.command: echo b > /proc/sysrq-trigger
37+
ansible.builtin.shell: echo b > /proc/sysrq-trigger
3838
async: 1
3939
poll: 0
4040
register: ascs_crash_result
@@ -100,7 +100,7 @@
100100
ansible.builtin.set_fact:
101101
test_case_message_from_test_case: "Pre Validations for SCS cluster status checks failed. Please check the details."
102102
test_case_details_from_test_case: {
103-
"Pre Validations: Validate SCS luster status": "{{ cluster_status_pre }}",
103+
"Pre Validations: Validate SCS cluster status": "{{ cluster_status_pre }}",
104104
}
105105

106106
- name: "Post Validations Tasks"

0 commit comments

Comments
 (0)