Skip to content
Snippets Groups Projects
Commit eab2cec0 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

fix kubectl perms

parent 0b17a4c0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
delegate_to: "{{ groups['downloader'][0] }}"
- name: Perms kubectl binary
file: path={{ bin_dir }}/kubelet owner=kube mode=0755 state=file
file: path={{ bin_dir }}/kubectl owner=kube mode=0755 state=file
- name: populate users for basic auth in API
lineinfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment