removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 6df6763..f16c4d4 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -10,7 +10,13 @@ - name: Set consistency when local_quorum is set set_fact: - consistency: '{{ lq }}' + consistency: LOCAL_QUORUM + when: lq + +- name: Set consistency when local_quorum is not set + set_fact: + consistency: QUORUM + when: not lq - name: Construct CQL file template: