From 27bd493ef16bddd6df4b9327b92d30cbef591b47 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 26 Oct 2022 15:50:11 +0300 Subject: [PATCH] ignore erros --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 78752be..c8d9101 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -15,7 +15,7 @@ PORT: "{{ signal_api_port }}" #AUTO_RECEIVE_SCHEDULE: "0 22 * * *" register: container - failed_when: container is None + ignore_errors: true - name: Ensure UFW allow traffic to exposed port ufw: