commit | 66f27b44dd719a89c8ff12c6ab9e47067b758cfb | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:03:15 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:03:15 2017 -0500 |
tree | 29495ff35331735c602561e6faf159846fc17ff2 | |
parent | 1d590a68144301e4d566ff7690801fcce9d5edd4 [diff] |
removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 0ec7565..4f4c029 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -8,7 +8,7 @@ - name: Set consistency when local_quorum is set set_fact: consistency: 'LOCAL_QUORUM' - when: local_quorum is defined and local_quorum + when: local_quorum is defined and local_quorum | bool - name: Set consistency when local_quorum is not set set_fact: