Skip to content

Commit 7187365

Browse files
author
Thomas Lejeune
committed
Use correct boolean comparison
1 parent f11b921 commit 7187365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/assert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- name: Check runner_org variable (RUN ONCE)
2525
assert:
2626
that:
27-
- runner_org is bool
27+
- runner_org == True or runner_org == False
2828
fail_msg: "runner_org should be a boolean value"
2929
run_once: yes
3030
tags:

0 commit comments

Comments
 (0)