Changed to finding template by id instead of name

This commit is contained in:
2026-02-02 13:58:18 -05:00
parent c12bfa6bad
commit 6074f5e41e
4 changed files with 16 additions and 9 deletions

View File

@@ -19,7 +19,8 @@
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
node: "{{ target_node }}"
clone: "ubuntu24vm"
vmid: "{{ vm_template_id }}"
clone: "template"
name: "{{ vm_hostname }}"
newid: "{{ next_vmid }}"
full: true