Create cleanup-config to remove /lmn/media/*-exam on boot.
This commit is contained in:
parent
37943179c8
commit
48a3aa831d
1 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,12 @@
|
|||
group: lmnsynci
|
||||
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
|
||||
apt:
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue