Skip to content
Snippets Groups Projects
Unverified Commit 677b7ecd authored by Victor Morales's avatar Victor Morales Committed by GitHub
Browse files

Drop crun_bin_dir unused var (#9845)


crun_bin_dir was used to specify the destination of the crun binary during the
download process. This path must match with the value provided in the CRI-O
configuration file. So changing its value to bin_dir helps to mismatch errors.

Signed-off-by: default avatarVictor Morales <chipahuac@hotmail.com>
parent 659fa0ed
Branches
Tags
No related merge requests found
---
crun_bin_dir: /usr/bin/
......@@ -7,6 +7,6 @@
- name: Copy crun binary from download dir
copy:
src: "{{ local_release_dir }}/crun"
dest: "{{ crun_bin_dir }}/crun"
dest: "{{ bin_dir }}/crun"
mode: 0755
remote_src: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment