From 6b0cc2574f3d4dc2cb0fa69ede0bef0526728b3d Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Wed, 2 Sep 2015 09:01:00 +0200 Subject: [PATCH] Added comment about wget ... | bash things --- resources/riak_node/actions/run.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/riak_node/actions/run.yml b/resources/riak_node/actions/run.yml index 4c9467ed..fff3ac42 100644 --- a/resources/riak_node/actions/run.yml +++ b/resources/riak_node/actions/run.yml @@ -5,7 +5,11 @@ - shell: killall -u riak ignore_errors: yes # remove above when non tests + + # we install ubuntu repo there, + # NOT recommended on production - shell: curl -s https://packagecloud.io/install/repositories/basho/riak/script.deb.sh | sudo bash + - apt: name: riak state: present