From 1841f06f820183a08cbfd61404ddf1e69ad4cb2b Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 2 Feb 2021 22:09:35 +0100 Subject: [PATCH] Ignore installer errors for now --- tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 27ef1d5..bb68cb4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: