summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_async_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_async_wrapper')
-rw-r--r--test/integration/targets/win_async_wrapper/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/win_async_wrapper/tasks/main.yml b/test/integration/targets/win_async_wrapper/tasks/main.yml
index f7d011758c..20cca10b43 100644
--- a/test/integration/targets/win_async_wrapper/tasks/main.yml
+++ b/test/integration/targets/win_async_wrapper/tasks/main.yml
@@ -14,6 +14,7 @@
that:
- asyncresult.ansible_job_id is match('\d+\.\d+')
- asyncresult.started == 1
+ - asyncresult is started
- asyncresult.finished == 0
- asyncresult is not finished
- asyncresult.results_file is search('\.ansible_async.+\d+\.\d+')