Remove no_log in CI tests (#11702)

We always want to see the logs in the CI.
This commit is contained in:
Max Gautier
2024-11-11 04:54:44 +01:00
committed by GitHub
parent 06ae6cfe8a
commit 69201662df
5 changed files with 0 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
---
- name: Generate dump folder
command: "{{ bin_dir }}/kubectl cluster-info dump --all-namespaces --output-directory /tmp/cluster-dump"
no_log: true
when: inventory_hostname in groups['kube_control_plane']
- name: Compress directory cluster-dump