25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

single.yml 345B

7 yıl önce
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: []