Skip to content

Commit

Permalink
Merge pull request #13 from dcos/julferts/wait-for-hosts
Browse files Browse the repository at this point in the history
wait for hosts become available.
  • Loading branch information
fatz authored Mar 15, 2019
2 parents 220f0d7 + 205f276 commit a340b89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dcos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---
- name: Wait for instances to become reachable
hosts: all
tasks:
- name: Wait for instances to become reachable
wait_for_connection:
sleep: 10
timeout: 120

- name: Collect DC/OS versions
hosts: all
tasks:
Expand Down

0 comments on commit a340b89

Please sign in to comment.