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: