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,7 @@
api_token_id: "{{ proxmox_api_token_id }}"
api_token_secret: "{{ proxmox_api_token_secret }}"
node: "{{ target_node }}"
clone: "ubuntu24lxc"
clone: "{{ lxc_template_id }}"
hostname: "{{ vm_hostname }}"
vmid: "{{ next_vmid }}"
full: true