25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
202B

  1. grub_cmdline_linux: "{{ cmdline }}"
  2. grub_cmdline_linux_default: quiet {{ cmdline }}
  3. grub_disable_recovery: false
  4. grub_terminal: console
  5. boot_devices: "{{ hard_disks | map(attribute='device') | list }}"