fix kube token dir permissions (#9590)

This commit is contained in:
C-Romeo
2022-12-22 01:45:25 +02:00
committed by GitHub
parent 4728739597
commit 5e4d68b848

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