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:
|
||||
path: "{{ kube_token_dir }}"
|
||||
state: directory
|
||||
mode: o-rwx
|
||||
mode: 0644
|
||||
group: "{{ kube_cert_group }}"
|
||||
|
||||
- import_tasks: gen_tokens.yml
|
||||
|
|
Loading…
Reference in a new issue