From 7c6200133993b9ca08fab7cd095ad60e654de05f Mon Sep 17 00:00:00 2001 From: mustard Date: Wed, 3 Dec 2025 14:39:59 +0100 Subject: [PATCH] fix: use qubes-mgmt-ansible and not qubes-mgmt-salt --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e90b537..fca6d8f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ check-dom0 = $(error this target must be run in dom0) check-domu = @true endif -BUNDLEIN := .bundles/qubes-mgmt-salt +BUNDLEIN := .bundles/qubes-mgmt-ansible ifeq (apply, $(firstword $(MAKECMDGOALS))) @@ -43,7 +43,7 @@ guard-domu: .PHONY: create-bundle create-bundle: guard-domu mkdir -p .bundles - git bundle create - --all > .bundles/qubes-mgmt-salt + git bundle create - --all > .bundles/qubes-mgmt-ansible .PHONY: pull pull/% pull: pull/$(shell git branch --show-current) @@ -56,7 +56,7 @@ pull/%: echo "creating bundle" qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" $(BUNDLEIN) + qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-ansible" $(BUNDLEIN) git remote add $(GUEST) $(BUNDLEIN) || true