Fix typo in test-infra playbook (#4644)
This commit is contained in:
parent
3fe66a1298
commit
f5a83ceded
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- name: Create image directory
|
||||
file:
|
||||
state: directory
|
||||
path: " {{ images_dir }}"
|
||||
path: "{{ images_dir }}"
|
||||
|
||||
- name: Download images files
|
||||
get_url:
|
||||
|
|
Loading…
Reference in a new issue