Skip to content

Commit

Permalink
Merge pull request #174 from mrorro/cri-dockerd-copy
Browse files Browse the repository at this point in the history
Fix remote_src copy
  • Loading branch information
micafer authored Sep 8, 2023
2 parents c67d1c4 + 97d0f2c commit b2f6e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/cri-dockerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
src: /tmp/cri-dockerd/cri-dockerd
dest: /usr/bin/cri-dockerd
mode: '0755'
remote_src: true

- name: Download cri-docker service and socket
get_url:
Expand Down

0 comments on commit b2f6e5d

Please sign in to comment.