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.

efi_filesystem.yml 151B

7 jaren geleden
123456
  1. ---
  2. - name: set efi file system
  3. set_fact:
  4. filesystems: "{{ filesystems | union(_efi_filesystems) }}"
  5. when: partitioning_base_profile == 'efi'