Commit eaea8446 authored by David Wilson's avatar David Wilson

examples: simplistic async_polling.yml

parent 3183dd41
---
- hosts: all
gather_facts: false
tasks:
- name: simulate long running op (15 sec), wait for up to 45 sec, poll every 5 sec
command: /bin/sleep 10
async: 15
poll: 1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment