Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

single.yml 345B

7 år sedan
1234567
  1. mdraid_devices: []
  2. boot_device: "{{ hard_disks | json_query(\"[].partitions[?usage=='boot'][].device\") | first }}"
  3. rescue_device: "{{ hard_disks | json_query(\"[].partitions[?usage=='rescue'][].device\") | first }}"
  4. system_device: "{{ hard_disks | json_query(\"[].partitions[?usage=='system'][].device\") | first }}"
  5. debian_boot_packages: []