Files
ansible/test/integration/targets/delegate_to/test_delegated_async_inner.yml

9 lines
159 B
YAML

- name: test delegated async
hosts: testhost
gather_facts: false
tasks:
- command: sleep 3
delegate_to: testhost2
async: 5
poll: 1