See if non-Debian OSes work.

This commit is contained in:
Jeff Geerling 2022-09-15 14:22:23 -05:00
parent 70761e474e
commit 39c2a7c4bc

View File

@ -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.