fix kube token dir permissions
This commit is contained in:
parent
a132733b2d
commit
cd33e31867
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ kube_token_dir }}"
|
path: "{{ kube_token_dir }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: o-rwx
|
mode: 0644
|
||||||
group: "{{ kube_cert_group }}"
|
group: "{{ kube_cert_group }}"
|
||||||
|
|
||||||
- import_tasks: gen_tokens.yml
|
- import_tasks: gen_tokens.yml
|
||||||
|
|
Loading…
Reference in a new issue