commit | b8c476b1002ea7cbaae28b17dc533a07eff85a24 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:09:00 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:09:00 2017 -0500 |
tree | 401e7d8851a2aad3052f148e6bfc955ab773a712 | |
parent | 66f27b44dd719a89c8ff12c6ab9e47067b758cfb [diff] |
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'