| commit | d109ef53d3fa4a2db9f2011a54cb01825b7362cd | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:14:46 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:14:46 2017 -0500 |
| tree | 6868aa688e93c43773a1ad25138c0318f857fd4d | |
| parent | b8c476b1002ea7cbaae28b17dc533a07eff85a24 [diff] |
removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 153c2b1..b412dfa 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -9,7 +9,7 @@ - name: Set consistency when local_quorum is set set_fact: consistency: 'LOCAL_QUORUM' - when: local_quorum is defined and local_quorum | bool + when: local_quorum is defined and bool(local_quorum) - name: Set consistency when local_quorum is not set set_fact: