Browse Source

Fix typo in test-infra playbook (#4644)

pull/4633/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
f5a83ceded
1 changed files with 1 additions and 1 deletions
  1. 2
      test-infra/image-builder/roles/kubevirt-images/tasks/main.yml

2
test-infra/image-builder/roles/kubevirt-images/tasks/main.yml

@ -3,7 +3,7 @@
- name: Create image directory
file:
state: directory
path: " {{ images_dir }}"
path: "{{ images_dir }}"
- name: Download images files
get_url:

Loading…
Cancel
Save