3a9b3e194c
The entries being removed are not used for k8s functional testing and resulted in an empty directory. Change-Id: I3d86e2d0f49917299f1f332339382e57277820b4
11 lines
277 B
YAML
11 lines
277 B
YAML
- hosts: all
|
|
vars:
|
|
minikube_log: '{{ ansible_user_dir }}/zuul-output/logs/minikube.txt'
|
|
|
|
tasks:
|
|
- name: Produce minikube log
|
|
become: yes
|
|
shell: '/tmp/minikube logs > {{ minikube_log }}'
|
|
environment:
|
|
MINIKUBE_HOME: "{{ ansible_user_dir }}"
|