Skip to content

Commit 5206d97

Browse files
committed
Persist permissions when copying .ssh files
1 parent ef9147d commit 5206d97

File tree

1 file changed

+0
-1
lines changed
  • ansible/roles/persist_hostkeys/tasks

1 file changed

+0
-1
lines changed

ansible/roles/persist_hostkeys/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
ansible.builtin.copy:
4242
content: "{{ item.content | b64decode }}"
4343
dest: "/etc/ssh/{{ item.source | regex_search('[^/]+$') }}"
44-
mode: "0644"
4544
loop: "{{ _slurp_keys.results }}"
4645

4746
- ansible.builtin.meta: reset_connection

0 commit comments

Comments
 (0)