From 1fe51f7db010af03596ec3490dd1cfe844c99db4 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 22 Oct 2025 17:59:31 +0200 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20support=20for=20creat?= =?UTF-8?q?ing=20LXC=20containers=20in=20the=20setup=20playbook.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a new feature to the setup playbook by adding support for creating LXC containers. The changes include updating the playbook structure and adding a new task to create LXC containers using the `community.proxmox.proxmox` module. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 0a5bfdd..2bda04f 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -16,7 +16,7 @@ extra_args: "--user" # Run as the user that executes the Ansible playbooks in Semaphore become: no - delegate to: localhost + delegate_to: localhost - name: Create lxc container community.proxmox.proxmox: