Unless I'm mistaken, you won't need the when: riak_ring_status.stdout.find('joining') > 0 under the Riak module section, should already be taken care of in the module: https://github.com/ansible/ansible-modules-extras/blob/devel/database/misc/riak.py#L197
Unless I'm mistaken, you won't need the
when: riak_ring_status.stdout.find('joining') > 0under the Riak module section, should already be taken care of in the module: https://github.com/ansible/ansible-modules-extras/blob/devel/database/misc/riak.py#L197