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:
parent
4bd60c313b
commit
8532dab3bf
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- "adexec1_json.rc == 0"
|
- "adexec1_json.rc == 0"
|
||||||
- "adexec1_json.events|length == 2"
|
- "adexec1_json.events|length == 3"
|
||||||
- "'localhost' in adexec1_json.stats.ok"
|
- "'localhost' in adexec1_json.stats.ok"
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- "pbexec_json.rc == 0"
|
- "pbexec_json.rc == 0"
|
||||||
- "pbexec_json.events|length == 5"
|
- "pbexec_json.events|length == 6"
|
||||||
- "'localhost' in pbexec_json.stats.ok"
|
- "'localhost' in pbexec_json.stats.ok"
|
||||||
|
|
Loading…
Reference in a new issue