Skip to content

Commit

Permalink
fixed non executable kind binary
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed Sep 6, 2024
1 parent 9abbfac commit c38597c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ansible.builtin.copy:
src: "/usr/bin/kind-linux-amd64"
dest: "/usr/bin/kind"
mode: u=rwx,g=rx,o=rx
remote_src: true

- name: Generate kind config
Expand Down

0 comments on commit c38597c

Please sign in to comment.