| commit | cba8583d1895c359d82c20056d3eee702bc7ed65 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Feb 16 10:47:00 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Thu Feb 16 10:47:00 2017 -0500 |
| tree | 2a99ad47c43d38cd34fbe200ce3db6894cff830c | |
| parent | 67831a9a4bcf8ab8383ec7546a144fdbfeab7236 [diff] |
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: