diff options
Diffstat (limited to 'test/integration/targets/pause/test-pause-background.yml')
-rw-r--r-- | test/integration/targets/pause/test-pause-background.yml | 10 |
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 00000000..e480a774 --- /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 |