This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new c8054fa Fixes jinja warning from controller playbook (#4064)
c8054fa is described below
commit c8054fa067ea0fbe9f18c96f738618f5da548fe0
Author: Manjiri Tapaswi <[email protected]>
AuthorDate: Tue Oct 16 19:32:54 2018 -0700
Fixes jinja warning from controller playbook (#4064)
---
ansible/roles/nginx/tasks/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansible/roles/nginx/tasks/deploy.yml
b/ansible/roles/nginx/tasks/deploy.yml
index 490f289..705d462 100644
--- a/ansible/roles/nginx/tasks/deploy.yml
+++ b/ansible/roles/nginx/tasks/deploy.yml
@@ -36,7 +36,7 @@
with_items:
- "{{ controller.ssl.cert }}"
- "{{ controller.ssl.key }}"
- when: "{{ controller.protocol == 'https' }}"
+ when: controller.protocol == 'https'
- name: ensure nginx log directory is created with permissions
file: