Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

24 rindas
622B

  1. ---
  2. - name: load base profile vars
  3. include_vars:
  4. file: "base_profiles/{{partitioning_base_profile}}.yml"
  5. name: _partitioning_base_profile
  6. - name: set base profile vars
  7. set_fact:
  8. debian_boot_packages: "{{ debian_boot_packages | union(_partitioning_base_profile.debian_boot_packages) }}"
  9. - name: set hard disks base profile
  10. set_fact:
  11. hard_disks: "{{lookup('template','hard_disks_base_profile.json.j2')}}"
  12. - name: set hard disks
  13. set_fact:
  14. hard_disks: "{{lookup('template','hard_disks_set.json.j2')}}"
  15. # - name: debug hard hard_disks
  16. # debug:
  17. # msg:
  18. # hard_disks: "{{hard_disks}}"