ansible/test/integration/targets/noexec/test-noexec.yml
Matt Martz 83764ad506
Fix async interpreter parsing (#72636)
* Fix async interpreter parsing. Fixes #70690

* Target localhost instead of remote host

* Don't forget inventory

* Address shellcheck issue
2020-12-09 11:41:45 -06:00

8 lines
115 B
YAML

- hosts: localhost
gather_facts: false
tasks:
- ping:
- command: sleep 1
async: 2
poll: 1