fix kube token dir permissions

This commit is contained in:
C-Romeo 2022-12-18 19:14:26 +02:00
parent a132733b2d
commit cd33e31867

View file

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