Skip to content

Commit 1fb31af

Browse files
committed
fix: do not compare to false; fix jinja formatting
1 parent 15d2d8d commit 1fb31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tasks/bind_slot_with_passphrase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
always:
6666
- name: Include this same task if it has not failed yet and slot is less than 7
6767
when:
68-
- nbde_client_test_slot|int < 8
69-
- nbde_client_failed_binding is false
68+
- nbde_client_test_slot | int < 8
69+
- not nbde_client_failed_binding
7070
include_tasks: bind_slot_with_passphrase.yml
7171

7272
# vim:set ts=2 sw=2 et:

0 commit comments

Comments
 (0)