Removed async from playbooks.

pull/63/head
James Martin 11 years ago
parent 0ad144fda0
commit 9e69b4b2b1
  1. 8
      riak/roles/riak/common/handlers/main.yml
  2. 4
      riak/rolling_restart.yml

@ -12,11 +12,7 @@
riak: command=commit
- name: wait for handoffs
riak: wait_for_handoffs=true
async: 600
poll: 10
riak: wait_for_handoffs=600
- name: wait for ring
riak: wait_for_ring=true
async: 600
poll: 10
riak: wait_for_ring=600

@ -4,8 +4,6 @@
sudo: True
pre_tasks:
- name: make sure there are no transfers happening
riak: wait_for_handoffs=true
async: 600
poll: 10
riak: wait_for_handoffs=600
roles:
- riak