master
Michael Wilson 3 years ago
parent e0f5ca3444
commit cfef472803
  1. 2
      hetzner/autoinstall/tasks/main.yml

@ -25,5 +25,5 @@
reboot:
- name: unlock disk
raw: "echo {{ autoinstall_disk_encryption secret }} | cryptroot-unlock"
raw: "printf '{{ autoinstall_disk_encryption secret }}\n' | cryptroot-unlock"
when: hetzner_autoinstall|default(false) or disk_unlock|default(false)

Loading…
Cancel
Save