From 9003d888e344bc6a95fa8649d217ea74789a15bd Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 14:41:43 +0200 Subject: [PATCH] Fixed hosts: --- playbooks/lxc_setup_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/lxc_setup_ubuntu.yml b/playbooks/lxc_setup_ubuntu.yml index 6eecc34..379fc7c 100644 --- a/playbooks/lxc_setup_ubuntu.yml +++ b/playbooks/lxc_setup_ubuntu.yml @@ -1,6 +1,6 @@ --- - name: Secure and Configure a New LXC Container - hosts: '{{ hosts_to_work_on }}' # Hosts or group defined in your inventory + hosts: 'lxc' # Hosts or group defined in your inventory become: yes # Run all tasks as root (sudo) tasks: - name: 1. Create user '{{ target_user }}'