mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
refactor: is option initramfs on device needed, also does not select boot device
This commit is contained in:
parent
77c11d4ab1
commit
46f170e4c1
1 changed files with 0 additions and 8 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue