mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user