From 16f8d4007581cff8bba3e4f156c6f20758bf605b Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 26 Apr 2024 15:33:50 +0200 Subject: [PATCH] [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 --- roles/mailman3/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/mailman3/tasks/main.yml b/roles/mailman3/tasks/main.yml index bed743b01b..90ae81f8aa 100644 --- a/roles/mailman3/tasks/main.yml +++ b/roles/mailman3/tasks/main.yml @@ -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: