| commit | b7c470028c8e93f799cb2e5c1cbc9e0a5499ce0a | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 15 20:09:41 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 15 20:09:41 2017 -0500 |
| tree | 04dec340007077dd4be51fe1d4dff7c864a583d4 | |
| parent | 930564f3db548aec173c659f7bf1d6536793de05 [diff] |
removed unused template
diff --git a/tasks/quorum.yml b/tasks/quorum.yml index 5ef343d..5c4559b 100644 --- a/tasks/quorum.yml +++ b/tasks/quorum.yml
@@ -7,7 +7,7 @@ - debug: var=local_quorum - set_fact: - lq: "{{ bool(local_quorum) }}" + lq: "{{ local_quorum | bool }}" - debug: var=lq