removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml
index afa17b9..4f1d052 100644
--- a/tasks/quorum.yml
+++ b/tasks/quorum.yml
@@ -6,6 +6,11 @@
 
 - debug: var=local_quorum
 
+- set_fact:
+    lq: "bool(local_quorum)"
+
+- debug: var=lq
+
 - name: Set consistency when local_quorum is set
   set_fact:
     consistency: 'LOCAL_QUORUM'