From 69db24a1b3f38008b6445a9496968f64ad91d3df 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 2df35f5..ada0640 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