removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 4f4c029..153c2b1 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -1,10 +1,11 @@ --- - - name: Validate that local_quorum is provided fail: msg: Please indicate whether local_quorum yes or no when: local_quorum is not defined +- debug: var=local_quorum + - name: Set consistency when local_quorum is set set_fact: consistency: 'LOCAL_QUORUM'