mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 13:39:30 -02:30
Fix typo in test-infra playbook (#4644)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3fe66a1298
commit
f5a83ceded
@@ -3,7 +3,7 @@
|
|||||||
- name: Create image directory
|
- name: Create image directory
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: " {{ images_dir }}"
|
path: "{{ images_dir }}"
|
||||||
|
|
||||||
- name: Download images files
|
- name: Download images files
|
||||||
get_url:
|
get_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user