Trixies uses tmpfs for /tmp, so let's use /var/tmp/vm for temporary VM files
This commit is contained in:
parent
f4dffc06fc
commit
5998c5900e
5 changed files with 12 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue