summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pause/test-pause-background.yml
blob: e480a77400f981a9937eedcc171d9da26e3c2b5a (plain)
1
2
3
4
5
6
7
8
9
10
- name: Test pause in a background task
  hosts: localhost
  gather_facts: no
  become: no

  tasks:
    - pause:

    - pause:
        seconds: 1