We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9147d commit 6a698b2Copy full SHA for 6a698b2
ansible/roles/persist_hostkeys/tasks/main.yml
@@ -41,7 +41,7 @@
41
ansible.builtin.copy:
42
content: "{{ item.content | b64decode }}"
43
dest: "/etc/ssh/{{ item.source | regex_search('[^/]+$') }}"
44
- mode: "0644"
+ mode: "preserve"
45
loop: "{{ _slurp_keys.results }}"
46
47
- ansible.builtin.meta: reset_connection
0 commit comments