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 3220ded commit bcd6b69Copy full SHA for bcd6b69
molecule/repo/verify.yml
@@ -34,7 +34,7 @@
34
assert:
35
that:
36
- runner_name in registered_runners.json.runners|map(attribute='name')|list
37
- - registered_runners.json.runners|map(attribute='status') == ["idle"]
+ - registered_runners.json.runners|map(attribute='status') == ["online"]
38
quiet: true
39
40
- debug:
0 commit comments