From 2941c5fc3191cc454557caa52730ca8a3d159886 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 08:56:30 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20template=20for?= =?UTF-8?q?=20creating=20Proxmox=20Debian=20LXC=20instance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the create_proxmox_debian_template.yml to reflect changes in the lxc_create condition and added a new task to customize the Debian cloud image inside LXC. This change ensures consistency with the latest best practices for LXC configuration. --- tasks/create_proxmox_debian_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 531b328..40c4949 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -57,7 +57,6 @@ ansible_host: "{{ lxc_ip.stdout }}" ansible_user: root ansible_ssh_common_args: '-o StrictHostKeyChecking=no' - when: lxc_create is changed or lxc_create is succeeded - name: Customize Debian cloud image inside LXC hosts: lxc_builder