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