--- - name: load boot profile vars include_vars: file: "boot_profiles/{{partitioning_boot_profile}}.yml" name: _partitioning_boot_profile - name: set boot profile vars set_fact: debian_boot_packages: "{{ _partitioning_boot_profile.debian_boot_packages }}" grub_bootloader_target: "{{ _partitioning_boot_profile.grub_bootloader_target }}" - name: set hard disks boot profile set_fact: hard_disks: "{{lookup('template','hard_disks_boot_profile.json.j2')}}"