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