Trixies uses tmpfs for /tmp, so let's use /var/tmp/vm for temporary VM files

This commit is contained in:
Raphael Dannecker 2025-01-27 17:11:12 +01:00
parent f4dffc06fc
commit 5998c5900e
5 changed files with 12 additions and 6 deletions

View file

@ -126,6 +126,12 @@
group: lmnsynci
mode: 0755
- name: Create cleanup-vm.conf
ansible.builtin.copy:
dest: /etc/tmpfiles.d/clean-vm.conf
content: |
R! /var/tmp/vm
- name: Install squid
apt:
name: