removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml
index 4f1d052..5ef343d 100644
--- a/tasks/quorum.yml
+++ b/tasks/quorum.yml
@@ -7,7 +7,7 @@
 - debug: var=local_quorum
 
 - set_fact:
-    lq: "bool(local_quorum)"
+    lq: "{{ bool(local_quorum) }}"
 
 - debug: var=lq