Skip to content

Commit

Permalink
Added missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed May 14, 2020
1 parent 0b80126 commit bf0c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nginx_vhost/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
- name: copy cors configuration if required
template:
src: "ala_cors.j2"
dest: "{{nginx_conf_dir}}/conf.d/ala_cors_{{appname}"
dest: "{{nginx_conf_dir}}/conf.d/ala_cors_{{appname}}"
when: nginx_cors_origin_regexp is defined
tags:
- nginx_vhost
Expand Down

0 comments on commit bf0c324

Please sign in to comment.