diff mbox series

[12/12] ansible: Set running_user explicitly to the USER var of the script

Message ID 20241218-jag-bringup_fixes-v1-12-0bf2e07c640c@kernel.org (mailing list archive)
State New
Headers show
Series kdevops: Various fixes | expand

Commit Message

Joel Granados Dec. 18, 2024, 10:30 a.m. UTC
Signed-off-by: Joel Granados <joel.granados@kernel.org>
---
 scripts/guestfs.Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/guestfs.Makefile b/scripts/guestfs.Makefile
index 480bc4f..f463ecc 100644
--- a/scripts/guestfs.Makefile
+++ b/scripts/guestfs.Makefile
@@ -77,6 +77,7 @@  bringup_guestfs: $(GUESTFS_BRINGUP_DEPS)
 		--inventory localhost, \
 		playbooks/bringup_guestfs.yml \
 		-e 'ansible_python_interpreter=/usr/bin/python3' \
+		-e 'running_user=$(USER)' \
 		--extra-vars=@./extra_vars.yaml \
 		--tags config-check,network,build-deps
 	$(Q)$(TOPDIR)/scripts/bringup_guestfs.sh