Michael Wilson 3 years ago
parent 1812a331cf
commit 132ba5651d
  1. 1
      hetzner/autoinstall/tasks/main.yml

@ -14,6 +14,7 @@
mode: "0755" mode: "0755"
- name: copy authorized_keys - name: copy authorized_keys
copy:
src: "{{ autoinstall_authorized_keys_src }}" src: "{{ autoinstall_authorized_keys_src }}"
dest: "{{ autoinstall_authorized_keys_dest }}" dest: "{{ autoinstall_authorized_keys_dest }}"

Loading…
Cancel
Save