summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pause/pause-3.yml
blob: 8f8c72ed100021265ef77234c90bf0e6df635df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: Test pause module with pause
  hosts: localhost
  become: no
  gather_facts: no

  tasks:
    - name: EXPECTED FAILURE
      pause:
        seconds: 2

    - debug:
        msg: Task after pause