Skip to content

Commit 756388a

Browse files
committed
fix: clear snappymail app cache in ansible
1 parent 19dc67b commit 756388a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/playbooks/mail.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,10 @@
412412
debug:
413413
var: build_output.stdout_lines
414414

415+
- name: Clear SnappyMail application cache
416+
shell: rm -rf /dev/shm/snappymail-cache/*
417+
ignore_errors: yes
418+
415419
- name: Clear PHP OPcache after deployment
416420
shell: |
417421
# Try to reset opcache via PHP CLI

0 commit comments

Comments
 (0)