From 5262fff75c786e5761b2bea7f7ecc7dac0be3d32 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 09:06:44 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20hostname=20and=20id=20in=20LXC=20container=20?= =?UTF-8?q?creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the pct command to include hostname and id for more accurate container creation. This change ensures consistency in container naming across different environments. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 06749dd..a3c05c8 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -33,7 +33,7 @@ tasks: - - name: Create LXC container using pct command on shell + - name: Create LXC container {{ container_hostname }} with id {{ container_id }} using pct command on shell ansible.builtin.shell: | pct create {{ container_id }} {{ container_template }} \ -ostype {{ container_ostype }} \