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