ignore erros
This commit is contained in:
parent
e46ff63f8a
commit
27bd493ef1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue