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