FIX: Removed root user in orded to specify it in the command line

This commit is contained in:
2025-08-26 20:45:50 +02:00
parent 5c628e3d54
commit 23f4d01c5d

View File

@@ -1,7 +1,8 @@
### Make sure to run this playbook with -u root
--- ---
- name: Secure and Configure a New LXC Container - name: Secure and Configure a New LXC Container
hosts: 'lxc' # Hosts or group defined in your inventory hosts: 'lxc' # Hosts or group defined in your inventory
remote_user: root # remote_user: root
tasks: tasks:
- name: 1.0. Create group 'homelab' - name: 1.0. Create group 'homelab'
ansible.builtin.group: ansible.builtin.group: