add failed when
This commit is contained in:
parent
adbabeca0b
commit
e46ff63f8a
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
MODE: native
|
MODE: native
|
||||||
PORT: "{{ signal_api_port }}"
|
PORT: "{{ signal_api_port }}"
|
||||||
#AUTO_RECEIVE_SCHEDULE: "0 22 * * *"
|
#AUTO_RECEIVE_SCHEDULE: "0 22 * * *"
|
||||||
|
register: container
|
||||||
|
failed_when: container is None
|
||||||
|
|
||||||
- name: Ensure UFW allow traffic to exposed port
|
- name: Ensure UFW allow traffic to exposed port
|
||||||
ufw:
|
ufw:
|
||||||
|
|
Loading…
Reference in a new issue