Files
private-ai-platform/ansible/roles/proxmox/lxc/download_template/tasks/main.yml
Hrankin, Aleksandr (contracted) 696c1adf74 init
2026-02-20 05:40:53 +00:00

11 lines
304 B
YAML

---
- name: update LXC template index
ansible.builtin.command: pveam update
register: pveam_update
changed_when: false
- name: download LXC template
ansible.builtin.command: "pveam download local {{ lxc_template_name }}"
args:
creates: "/var/lib/vz/template/cache/{{ lxc_template_name }}"