forked from infra/ansible
pretalx: don't spam useless mails
This commit is contained in:
parent
02496ae591
commit
9c072a4678
@ -90,7 +90,7 @@
|
||||
user: "{{ pretalx_user }}"
|
||||
name: pretalx
|
||||
minute: "*/5"
|
||||
job: "export PATH=/opt/pretalx/venv/bin:$PATH && cd /opt/pretalx && python -m pretalx runperiodic"
|
||||
job: "export PATH=/opt/pretalx/venv/bin:$PATH && cd /opt/pretalx && python -m pretalx runperiodic > /dev/null"
|
||||
|
||||
- name: Ensure certificates are available
|
||||
command: openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/{{ pretalx_domain }}.key -out /etc/nginx/ssl/{{ pretalx_domain }}.crt -days 730 -subj "/CN={{ pretalx_domain }}" creates=/etc/nginx/ssl/{{ pretalx_domain }}.crt
|
||||
|
Loading…
Reference in New Issue
Block a user