fix kubectl perms

This commit is contained in:
Smaine Kahlouch 2016-01-08 16:02:40 +01:00
parent 0b17a4c00f
commit eab2cec0ad

View file

@ -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: