Fix typo in test-infra playbook (#4644)

This commit is contained in:
Maxime Guyot 2019-04-24 22:34:46 +02:00 committed by Kubernetes Prow Robot
parent 3fe66a1298
commit f5a83ceded

View file

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