ansible/test/integration/targets/pause/pause-3.yml

13 lines
203 B
YAML
Raw Normal View History

- 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