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.

9 lines
178B

  1. ---
  2. - name: write gpt partition table
  3. command:
  4. sgdisk
  5. {{ lookup('template','sgdisk_args.j2') }}
  6. with_items: "{{ hard_disks }}"
  7. when: item.partition_table == "gpt"