From 18926c00471027d19ff81b2e040202ad396c3d74 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 22:17:59 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20new=20task=20to=20cre?= =?UTF-8?q?ate=20Proxmox=20Debian=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A new task was added to the existing script to import a Debian Cloud image as a Proxmox VM template, allowing for easier deployment of Debian-based systems on Proxmox servers. --- tasks/create_proxmox_debian_template.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 78a57ab..8f6eb69 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -238,8 +238,7 @@ ansible.builtin.command: > rsync -a --rsh='lxc-attach -n {{ lxc_id }} --' {{ workdir }}/{{ template_name }}.qcow2 /var/lib/vz/template/qemu/ delegate_to: node0 - args: - warn: false + - name: Import Debian Cloud image as Proxmox VM template hosts: node0