From 6ca2a5586d4052cfb05598e8f8c6c9a351f715c4 Mon Sep 17 00:00:00 2001
From: Marty Oehme <marty.oehme@gmail.com>
Date: Fri, 21 Feb 2025 12:43:14 +0100
Subject: [PATCH] fix(base): Remove disabled root check for chroot

It does not work like I want it to - presumably since it counts for
tasks _within_ the play while it is the connection for the play itself
which requires root?
---
 guest.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guest.yaml b/guest.yaml
index 79a4b15..8f4111a 100644
--- a/guest.yaml
+++ b/guest.yaml
@@ -3,7 +3,6 @@
   become: true
   vars:
     ansible_chroot_exe: arch-chroot
-    disable_root_check: true
   tasks:
     # Prefer booster to dracut so make sure to never install it
     - name: Ignore dracut