Skip to content
Snippets Groups Projects
Unverified Commit c47fdc9a authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2445 from chadswen/kube-cert-directory-fix

Fix kubernetes cert permission sync
parents 5c4cfb54 cd153a1f
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ ...@@ -179,6 +179,7 @@
file: file:
path: "{{ kube_cert_dir }}" path: "{{ kube_cert_dir }}"
group: "{{ kube_cert_group }}" group: "{{ kube_cert_group }}"
state: directory
owner: kube owner: kube
mode: "u=rwX,g-rwx,o-rwx" mode: "u=rwX,g-rwx,o-rwx"
recurse: yes recurse: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment