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

make certificates non-executable

parent 49d106f6
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@
content: "{{ item.content | b64decode }}"
owner: root
group: root
mode: 0700
mode: 0600
no_log: true
register: copy_kubeadm_certs
with_items: "{{ kubeadm_certs.results }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment