Changed to finding template by id instead of name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user