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

  tasks:
    - name: EXPECTED FAILURE
      pause:

    - debug:
        msg: Task after pause