mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Remove no_log in CI tests (#11702)
We always want to see the logs in the CI.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
command: "{{ bin_dir }}/kubectl get nodes"
|
||||
changed_when: false
|
||||
register: get_nodes
|
||||
no_log: true
|
||||
|
||||
- debug: # noqa name[missing]
|
||||
msg: "{{ get_nodes.stdout.split('\n') }}"
|
||||
|
||||
Reference in New Issue
Block a user