We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cd280 commit 40cfdafCopy full SHA for 40cfdaf
tasks/assert.yml
@@ -17,6 +17,6 @@
17
- name: Check runner_org variable (RUN ONCE)
18
assert:
19
that:
20
- - runner_org == True or runner_org == False
+ - runner_org | bool == True or runner_org == False
21
fail_msg: "runner_org should be a boolean value"
22
run_once: yes
0 commit comments