We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d2d8d commit 1fb31afCopy full SHA for 1fb31af
tests/tasks/bind_slot_with_passphrase.yml
@@ -65,8 +65,8 @@
65
always:
66
- name: Include this same task if it has not failed yet and slot is less than 7
67
when:
68
- - nbde_client_test_slot|int < 8
69
- - nbde_client_failed_binding is false
+ - nbde_client_test_slot | int < 8
+ - not nbde_client_failed_binding
70
include_tasks: bind_slot_with_passphrase.yml
71
72
# vim:set ts=2 sw=2 et:
0 commit comments