You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/pause/pause-3.yml

13 lines
202 B
YAML

- name: Test pause module with pause
hosts: testhost
become: no
gather_facts: no
tasks:
- name: EXPECTED FAILURE
pause:
seconds: 2
- debug:
msg: Task after pause