fix: use qubes-mgmt-ansible and not qubes-mgmt-salt

This commit is contained in:
mustard 2025-12-03 14:39:59 +01:00
parent 311cf33dbb
commit 7c62001339

View file

@ -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" </dev/null
qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-salt" </dev/null >$(BUNDLEIN)
qvm-run -p $(GUEST) "cat $(GUEST_REPO)/.bundles/qubes-mgmt-ansible" </dev/null >$(BUNDLEIN)
git remote add $(GUEST) $(BUNDLEIN) || true