From 46f170e4c1f6460c54a9d7ebcfede73f0db538f1 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 21 Jul 2024 16:51:26 +0200 Subject: [PATCH] refactor: is option initramfs on device needed, also does not select boot device --- roles/dropbear_luks_unlock/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/dropbear_luks_unlock/tasks/main.yml b/roles/dropbear_luks_unlock/tasks/main.yml index d0f8e1a..973f855 100644 --- a/roles/dropbear_luks_unlock/tasks/main.yml +++ b/roles/dropbear_luks_unlock/tasks/main.yml @@ -4,14 +4,6 @@ state: "present" pkg: "{{ dropbear_luks_required_packages }}" -- name: "Configure `crypttab`" - lineinfile: - path: "{{ dropbear_crypttab_path }}" - regex: "^(.*) (luks,discard)$" - line: "\\1 luks,initramfs" - state: "present" - backrefs: true - - name: "Configure SSH options for dropbear" lineinfile: path: "{{ dropbear_initramfs_config_path }}"