You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the functionality the check status and conditional provide is not in the module. However, it might be a good idea to add it to the module unless its ok for Plan to error out. What do you think is the most consistent expected behavior for ansible users?
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#L197The text was updated successfully, but these errors were encountered: