examples: simplistic async_polling.yml
parent
3183dd4147
commit
eaea8446ae
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- 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
|
Loading…
Reference in New Issue