[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:
parent
89c45beb9f
commit
16f8d40075
1 changed files with 0 additions and 4 deletions
|
@ -346,8 +346,6 @@
|
||||||
tags:
|
tags:
|
||||||
- mailman
|
- mailman
|
||||||
- hyperkitty
|
- hyperkitty
|
||||||
when:
|
|
||||||
- static_root_dir is changed
|
|
||||||
|
|
||||||
- name: Compress static files
|
- name: Compress static files
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
@ -358,8 +356,6 @@
|
||||||
tags:
|
tags:
|
||||||
- mailman
|
- mailman
|
||||||
- hyperkitty
|
- hyperkitty
|
||||||
when:
|
|
||||||
- static_root_dir is changed
|
|
||||||
|
|
||||||
- name: Systemd unit to start postorius/hyperkitty through gunicorn
|
- name: Systemd unit to start postorius/hyperkitty through gunicorn
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue