mailman: reload/-start daemons on hotfix

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-04-29 12:56:30 +02:00
parent 2303feec9a
commit d88e3c49f7

View file

@ -160,6 +160,9 @@
## see upstream merge request https://gitlab.com/mailman/mailman/-/merge_requests/350 ## see upstream merge request https://gitlab.com/mailman/mailman/-/merge_requests/350
- name: hotfix - let mailman cope with e-mails containing broken unicode - name: hotfix - let mailman cope with e-mails containing broken unicode
patch: src={{ files }}/hotfix/mailman3/mailman3-broken-unicode-emails.patch dest=/usr/lib/python3.4/site-packages/mailman/email/message.py patch: src={{ files }}/hotfix/mailman3/mailman3-broken-unicode-emails.patch dest=/usr/lib/python3.4/site-packages/mailman/email/message.py
notify:
- restart mailman3
- reload apache
when: env == "staging" when: env == "staging"
tags: tags:
- mailman - mailman