mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-05 09:58:28 -04:00
fix: missing load import
Fixes: https://github.com/ben-grande/qusal/issues/36
This commit is contained in:
parent
4ac0ec9613
commit
81bf77cabe
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
#}
|
||||
|
||||
{% if grains['nodename'] == 'dom0' -%}
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ slsdotpath }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue