CI: fix broken debugging (#12381)

This commit is contained in:
Max Gautier 2025-07-08 11:33:27 +00:00 committed by GitHub
parent d02910c675
commit cbdfad8e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
loop_control:
label: "{{ item.namespace }}/{{ item.name }}"
- name: Get logs from broken pods
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.pod }}"
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.name }}"
loop: "{{ pods_not_running + pods_not_ready }}"
loop_control:
label: "{{ item.namespace }}/{{ item.name }}"