summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pause/test-pause-background.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/pause/test-pause-background.yml')
-rw-r--r--test/integration/targets/pause/test-pause-background.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/pause/test-pause-background.yml b/test/integration/targets/pause/test-pause-background.yml
new file mode 100644
index 0000000..e480a77
--- /dev/null
+++ b/test/integration/targets/pause/test-pause-background.yml
@@ -0,0 +1,10 @@
+- name: Test pause in a background task
+ hosts: localhost
+ gather_facts: no
+ become: no
+
+ tasks:
+ - pause:
+
+ - pause:
+ seconds: 1