8 lines
139 B
YAML
8 lines
139 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- name: Async poll callback test
|
||
|
command: sleep 5
|
||
|
async: 6
|
||
|
poll: 1
|