summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/callback_default/test_non_lockstep.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/callback_default/test_non_lockstep.yml')
-rw-r--r--test/integration/targets/callback_default/test_non_lockstep.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/callback_default/test_non_lockstep.yml b/test/integration/targets/callback_default/test_non_lockstep.yml
new file mode 100644
index 0000000..b656ee9
--- /dev/null
+++ b/test/integration/targets/callback_default/test_non_lockstep.yml
@@ -0,0 +1,7 @@
+---
+- hosts: nonlockstep
+ gather_facts: false
+ tasks:
+ - command: sleep {{ i }}
+ - command: sleep {{ i }}
+ - command: sleep {{ i }}