Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

16 řádky
484B

  1. ---
  2. - name: load boot profile vars
  3. include_vars:
  4. file: "boot_profiles/{{partitioning_boot_profile}}.yml"
  5. name: _partitioning_boot_profile
  6. - name: set boot profile vars
  7. set_fact:
  8. debian_boot_packages: "{{ _partitioning_boot_profile.debian_boot_packages }}"
  9. grub_bootloader_target: "{{ _partitioning_boot_profile.grub_bootloader_target }}"
  10. - name: set hard disks boot profile
  11. set_fact:
  12. hard_disks: "{{lookup('template','hard_disks_boot_profile.json.j2')}}"