From 8ecdd8c7b4507002d72f1bb72932751edb10b98b Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Tue, 26 Aug 2025 21:15:57 +0200 Subject: [PATCH] FIX: Reverted the root change --- playbooks/lxc_setup_ubuntu_git.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/lxc_setup_ubuntu_git.yml b/playbooks/lxc_setup_ubuntu_git.yml index 91102c9..503335c 100644 --- a/playbooks/lxc_setup_ubuntu_git.yml +++ b/playbooks/lxc_setup_ubuntu_git.yml @@ -1,8 +1,7 @@ -### Make sure to run this playbook with -u root --- - name: Secure and Configure a New LXC Container hosts: 'lxc' # Hosts or group defined in your inventory - # remote_user: root + remote_user: root tasks: - name: 1.0. Create group 'homelab' ansible.builtin.group: