You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
188 B
YAML
11 lines
188 B
YAML
7 years ago
|
---
|
||
|
|
||
|
- 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
|