Skip to content
Snippets Groups Projects
Commit d23b8499 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: ensure keys own by root

parent d4f320bb
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
ansible.builtin.unarchive: ansible.builtin.unarchive:
src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}" src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}"
dest: "/etc/ssh" dest: "/etc/ssh"
group: root
owner: root
remote_src: yes remote_src: yes
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment