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 cdaec66 commit 664aedaCopy full SHA for 664aeda
molecule/default/converge.yml
@@ -1,5 +1,5 @@
1
---
2
-- name: Install Repo runner
+- name: Dev test playbook
3
user: ansible
4
hosts: all
5
gather_facts: yes
molecule/repo/verify.yml
@@ -28,7 +28,7 @@
28
assert:
29
that:
30
- runner_name in registered_runners.json.runners|map(attribute='name')|list
31
- - registered_runners.json.runners|map(attribute='status') == ["offline"]
+ - registered_runners.json.runners|map(attribute='status') == ["online"]
32
quiet: true
33
34
- debug:
0 commit comments