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:
Sam Doran 2018-12-19 17:55:17 -05:00 committed by Matt Clay
parent 4bd60c313b
commit 8532dab3bf
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"