ignore erros

This commit is contained in:
Antonio J. Delgado 2022-10-26 15:50:11 +03:00
parent e46ff63f8a
commit 27bd493ef1

View file

@ -15,7 +15,7 @@
PORT: "{{ signal_api_port }}" PORT: "{{ signal_api_port }}"
#AUTO_RECEIVE_SCHEDULE: "0 22 * * *" #AUTO_RECEIVE_SCHEDULE: "0 22 * * *"
register: container register: container
failed_when: container is None ignore_errors: true
- name: Ensure UFW allow traffic to exposed port - name: Ensure UFW allow traffic to exposed port
ufw: ufw: