You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- grub_cmdline_linux: "{{ cmdline }}"
- grub_cmdline_linux_default: quiet {{ cmdline }}
- grub_disable_recovery: false
- grub_terminal: console
- boot_devices: "{{ hard_disks | map(attribute='device') | list }}"
|