Skip to content
Snippets Groups Projects
Commit 49d106f6 authored by Christopher J. Ruwe's avatar Christopher J. Ruwe
Browse files

make admin.conf -> .kube/config non-executable

Almost certainly, the .kube/config file (YAML) should not be executable.
parent 63fdfae9
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
src: "{{ kube_config_dir }}/admin.conf"
dest: "/root/.kube/config"
remote_src: yes
mode: "0700"
mode: "0600"
backup: yes
- name: Copy admin kubeconfig to ansible host
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment