Ignore installer errors for now

This commit is contained in:
Sonny Bakker 2021-02-02 22:09:35 +01:00
parent 90d958cb69
commit 1841f06f82

View file

@ -57,11 +57,12 @@
# can be ran multiple times to upgrade sentry
- name: run sentry installer
command: './install.sh' # noqa 301
command: './install.sh'
args:
chdir: '{{ app_dir }}'
environment:
SENTRY_IMAGE: 'getsentry/sentry:{{ app_branch }}'
ignore_errors: true
- name: copy sentry systemd service
template: