| commit | 1dbe8e5b9de1437e48d69df4b72061d6f0c5b233 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 15 19:37:58 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 15 19:37:58 2017 -0500 |
| tree | a63e375635491fc94d26d6a932532d11641bcd51 | |
| parent | 9ef7882d64b61e2572db235234f8ff402328f428 [diff] |
removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index afa17b9..4f1d052 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -6,6 +6,11 @@ - debug: var=local_quorum +- set_fact: + lq: "bool(local_quorum)" + +- debug: var=lq + - name: Set consistency when local_quorum is set set_fact: consistency: 'LOCAL_QUORUM'