From 4408f8cc8d15618f298466b67d5576c0bedfc590 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Sun, 16 Aug 2015 23:25:00 +0200 Subject: [PATCH] Added plan command --- resources/riak_node/actions/commit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/riak_node/actions/commit.yml b/resources/riak_node/actions/commit.yml index 2df35f53..ada06401 100644 --- a/resources/riak_node/actions/commit.yml +++ b/resources/riak_node/actions/commit.yml @@ -1,5 +1,6 @@ - hosts: [{{ip}}] sudo: yes tasks: - - shell: sleep 120 + - shell: sleep 30 + - shell: riak-admin cluster plan - shell: riak-admin cluster commit