From 13a9e853f1bc2ad92a2f286d1bb4f6de67dad57c Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 14:41:43 +0200 Subject: [PATCH] Fixed hosts: --- Ansible/playbooks/lxc_setup_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ansible/playbooks/lxc_setup_ubuntu.yml b/Ansible/playbooks/lxc_setup_ubuntu.yml index 6eecc34..379fc7c 100644 --- a/Ansible/playbooks/lxc_setup_ubuntu.yml +++ b/Ansible/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 }}'