Create cleanup-config to remove /lmn/media/*-exam on boot.

This commit is contained in:
Raphael Dannecker 2024-07-01 11:59:55 +02:00
parent 37943179c8
commit 48a3aa831d

View file

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