Skip to content

Commit 664aeda

Browse files
Update
1 parent cdaec66 commit 664aeda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

molecule/default/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Install Repo runner
2+
- name: Dev test playbook
33
user: ansible
44
hosts: all
55
gather_facts: yes

molecule/repo/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
assert:
2929
that:
3030
- runner_name in registered_runners.json.runners|map(attribute='name')|list
31-
- registered_runners.json.runners|map(attribute='status') == ["offline"]
31+
- registered_runners.json.runners|map(attribute='status') == ["online"]
3232
quiet: true
3333

3434
- debug:

0 commit comments

Comments
 (0)