add unlock task

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

@ -23,3 +23,7 @@
- name: reboot
reboot:
- name: unlock disk
raw: "echo {{ autoinstall_disk_encryption secret }} | cryptroot-unlock"
when: hetzner_autoinstall|default(false) or disk_unlock|default(false)

Loading…
Cancel
Save