Skip to content

Commit 267dcc2

Browse files
committed
Add debug message for cluster status during ASCS node crash simulation
1 parent 3a3255f commit 267dcc2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
or (cluster_status_test_execution.ascs_node == cluster_status_pre.ascs_node
8282
and cluster_status_test_execution.ers_node == cluster_status_pre.ers_node)
8383
84+
- name: Debug
85+
ansible.builtin.debug:
86+
msg: "Debug: {{ cluster_status_test_execution }}"
87+
8488
- name: "Test Execution: Simulate ASCS Node Crash"
8589
when: ansible_hostname == cluster_status_pre.ascs_node
8690
become: true

0 commit comments

Comments
 (0)