83764ad506
* Fix async interpreter parsing. Fixes #70690 * Target localhost instead of remote host * Don't forget inventory * Address shellcheck issue
8 lines
115 B
YAML
8 lines
115 B
YAML
- hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- ping:
|
|
|
|
- command: sleep 1
|
|
async: 2
|
|
poll: 1
|