Ignore installer errors for now
This commit is contained in:
parent
90d958cb69
commit
1841f06f82
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue