mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-14 20:07:38 +00:00
7 lines
93 B
YAML
7 lines
93 B
YAML
- name: Test pause
|
|
hosts: localhost
|
|
gather_facts: no
|
|
become: no
|
|
|
|
tasks:
|
|
- pause:
|