summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/async/callback_test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/async/callback_test.yml')
-rw-r--r--test/integration/targets/async/callback_test.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/async/callback_test.yml b/test/integration/targets/async/callback_test.yml
new file mode 100644
index 0000000..01afd59
--- /dev/null
+++ b/test/integration/targets/async/callback_test.yml
@@ -0,0 +1,7 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - name: Async poll callback test
+ command: sleep 5
+ async: 6
+ poll: 1