Skip to content

Commit

Permalink
Fixes jinja warning from controller playbook (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mptap authored and rabbah committed Oct 17, 2018
1 parent 5ed1412 commit c8054fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nginx/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8054fa

Please sign in to comment.