removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml
index 058d96e..3e33d36 100644
--- a/tasks/quorum.yml
+++ b/tasks/quorum.yml
@@ -5,15 +5,15 @@
msg: Please indicate whether local_quorum yes or no
when: local_quorum is not defined
-#- name: Set consistency when local_quorum is set
-# set_fact:
-# consistency: LOCAL_QUORUM
-# when: local_quorum is defined and local_quorum
-#
-#- name: Set consistency when local_quorum is not set
-# set_fact:
-# consistency: QUORUM
-# when: local_quorum | default(false)
+- name: Set consistency when local_quorum is set
+ set_facts:
+ consistency: 'LOCAL_QUORUM'
+ when: local_quorum is defined and local_quorum
+
+- name: Set consistency when local_quorum is not set
+ set_facts:
+ consistency: 'QUORUM'
+ when: local_quorum | default(false)
- name: Construct CQL file
template: