mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix ansible-runner test
Change test to support runner_on_start in Ansible 2.8 and ansible-runner 1.2.0
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- "adexec1_json.rc == 0"
|
||||
- "adexec1_json.events|length == 2"
|
||||
- "adexec1_json.events|length == 3"
|
||||
- "'localhost' in adexec1_json.stats.ok"
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- "pbexec_json.rc == 0"
|
||||
- "pbexec_json.events|length == 5"
|
||||
- "pbexec_json.events|length == 6"
|
||||
- "'localhost' in pbexec_json.stats.ok"
|
||||
|
||||
Reference in New Issue
Block a user