Skip to content

Commit b60a264

Browse files
committed
Remove debug task from ASCS node crash simulation to clean up output
1 parent df8e301 commit b60a264

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
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-
8884
- name: "Test Execution: Simulate ASCS Node Crash"
8985
when: ansible_hostname == cluster_status_pre.ascs_node
9086
become: true

0 commit comments

Comments
 (0)