From 39c2a7c4bc281033fa8beefea5edeac36e9a2f10 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 15 Sep 2022 14:22:23 -0500 Subject: [PATCH] See if non-Debian OSes work. --- tasks/control-plane-setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/control-plane-setup.yml b/tasks/control-plane-setup.yml index a198ef8..f275e4b 100644 --- a/tasks/control-plane-setup.yml +++ b/tasks/control-plane-setup.yml @@ -28,17 +28,17 @@ failed_when: false # DELETEME START --- - name: Test command: systemctl status kubelet + changed_when: false register: systemctl_result - debug: var=systemctl_result - name: Test 2 command: journalctl --no-pager -xeu kubelet + changed_when: false register: journalctl_result - debug: var=journalctl_result - -- fail: # DELETEME END --- - name: Print the init output to screen.