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.

main.yml 202B

7 vuotta sitten
7 vuotta sitten
12345
  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 }}"