mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
See if non-Debian OSes work.
This commit is contained in:
parent
70761e474e
commit
39c2a7c4bc
@ -28,17 +28,17 @@
|
|||||||
failed_when: false # DELETEME START ---
|
failed_when: false # DELETEME START ---
|
||||||
- name: Test
|
- name: Test
|
||||||
command: systemctl status kubelet
|
command: systemctl status kubelet
|
||||||
|
changed_when: false
|
||||||
register: systemctl_result
|
register: systemctl_result
|
||||||
|
|
||||||
- debug: var=systemctl_result
|
- debug: var=systemctl_result
|
||||||
|
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
command: journalctl --no-pager -xeu kubelet
|
command: journalctl --no-pager -xeu kubelet
|
||||||
|
changed_when: false
|
||||||
register: journalctl_result
|
register: journalctl_result
|
||||||
|
|
||||||
- debug: var=journalctl_result
|
- debug: var=journalctl_result
|
||||||
|
|
||||||
- fail:
|
|
||||||
# DELETEME END ---
|
# DELETEME END ---
|
||||||
|
|
||||||
- name: Print the init output to screen.
|
- name: Print the init output to screen.
|
||||||
|
Loading…
Reference in New Issue
Block a user