From 23f4d01c5d374d8f872d52d5d3b662a2ce995f85 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Tue, 26 Aug 2025 20:45:50 +0200 Subject: [PATCH] FIX: Removed root user in orded to specify it in the command line --- playbooks/lxc_setup_ubuntu_git.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/lxc_setup_ubuntu_git.yml b/playbooks/lxc_setup_ubuntu_git.yml index 503335c..91102c9 100644 --- a/playbooks/lxc_setup_ubuntu_git.yml +++ b/playbooks/lxc_setup_ubuntu_git.yml @@ -1,7 +1,8 @@ +### 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: