Skip to content

Commit

Permalink
Temporarily allowing errors
Browse files Browse the repository at this point in the history
Since idempotency broke with ansible 2, temporarily allow errors.
  • Loading branch information
christophermancini committed May 11, 2016
1 parent 1808506 commit 44da67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
command: '{{ riak_admin }} bucket-type activate {{ item.name }}'
with_items: '{{ riak_bucket_types }}'
when: riak_bucket_types is defined and types.stdout.find(item.name + " (active)") < 0
ignore_errors: true

0 comments on commit 44da67f

Please sign in to comment.