{# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. SPDX-License-Identifier: AGPL-3.0-or-later #} {% if grains['nodename'] == 'dom0' -%} include: - utils.tools.common.update "{{ slsdotpath }}-installed": pkg.installed: - require: - sls: utils.tools.common.update - setopt: "install_weak_deps=False" - pkgs: - fwupd-qubes-dom0 {% endif -%}