commit | 7ccc13e7d72b0f8223dccdb8b09c5a929af2974f | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 18:23:29 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 18:23:29 2017 -0500 |
tree | 0d8aee72c584332433fed6ea36143e20a069cafc | |
parent | 50b3c0b4ac5e1747432d884722677e581b833e46 [diff] |
removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 1ab0827..f797aee 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -8,7 +8,7 @@ - name: Set consistency when local_quorum is set set_facts: consistency: LOCAL_QUORUM - when: local_quorum is defined and local_quorum | bool(true) + when: local_quorum is defined and local_quorum | bool - name: Set consistency when local_quorum is not set set_facts: