Skip to content

Commit 560dfea

Browse files
fix: org molecule verificstion
1 parent 6e33811 commit 560dfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/org/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
- name: Check Runner
3232
ansible.builtin.assert:
3333
that:
34-
- registered_runners.json.runners.0.status == "online"
34+
- registered_runners.json.runners.0.status == "stopped"
3535
quiet: true

0 commit comments

Comments
 (0)