03e42f874b
This adds optional support for using the cri-o rather than the (still default) docker runtime. Change-Id: I0f7cbb758a21cb022ceac24654183138bebf83bf
8 lines
227 B
YAML
8 lines
227 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Get minikube logs
|
|
become: true
|
|
shell: "/tmp/minikube logs > {{ ansible_user_dir }}/zuul-output/logs/minikube.txt"
|
|
environment:
|
|
MINIKUBE_HOME: "{{ ansible_user_dir }}"
|