Skip to content

Commit b1b6352

Browse files
defnulldavidmehren
andauthored
fix: typo in tasks/check-vars.yml
Co-authored-by: David Mehren <git@herrmehren.de>
1 parent 25a2f52 commit b1b6352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/check-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
quiet: true
6363
that: "{{ item }}"
6464
loop:
65-
- bbb_bind_ip6 in == bbb_public_ip6 or bbb_bind_ip6 is ip(v=6, private=True)
65+
- bbb_bind_ip6 == bbb_public_ip6 or bbb_bind_ip6 is ip(v=6, private=True)
6666
- bbb_public_ip6 is ip(v=6, public=True)
6767

6868
- name: Check ufw is enabled with coturn behind NAT

0 commit comments

Comments
 (0)