Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
checksum: "sha512:https://cloud.debian.org/images/cloud/bookworm/20241110-1927/SHA512SUMS"
dest: "{{ proxmox_raws_directory_path }}"

- name: Update LXC templates list
ansible.builtin.command: |
pveam update

- name: Download LXC templates
ansible.builtin.command: |
pveam download
local
"{{ item.lxc_template_id }}"
with_items:
- item.lxc_template_id: debian-12-turnkey-fileserver_18.0-1_amd64.tar.gz

- name: Delete old images and disks
ansible.builtin.file:
path: "{{ item.path }}"
Expand Down