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: