[mailman3] Process static files every time

Waiting for static_root_dir change could skip files that were added to static
after the initial deployment. This should prevent that.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-04-26 15:33:50 +02:00
parent 89c45beb9f
commit 16f8d40075

View file

@ -346,8 +346,6 @@
tags:
- mailman
- hyperkitty
when:
- static_root_dir is changed
- name: Compress static files
ansible.builtin.command:
@ -358,8 +356,6 @@
tags:
- mailman
- hyperkitty
when:
- static_root_dir is changed
- name: Systemd unit to start postorius/hyperkitty through gunicorn
ansible.builtin.template: