ebesson / ansible-role-k3s

Ansible Role - k3s Lightweight Kubernetes - https://galaxy.ansible.com/ebesson/k3s
Apache License 2.0
7 stars 2 forks source link

k3s binary is created with funny permissions #20

Closed hacker closed 10 months ago

hacker commented 10 months ago

apparently, the reason is that permission specification lacks leading zero to be octal enough at https://github.com/ebesson/ansible-role-k3s/blob/cd89080aa40819b703be6dcb7ea96bb227938376/tasks/install.yml#L10C1-L10C14

ebesson commented 10 months ago

@hacker, I've just fixed this issue