Skip to content

Commit 206bd97

Browse files
committed
Added missing appname in cas playbook
1 parent f522d9b commit 206bd97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/aws-cas-5.yml

+2
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,12 @@
187187
- include_role:
188188
name: nginx_vhost
189189
vars:
190+
appname: "{{ item.appname }}"
190191
hostname: "{{ cas_host_name }}"
191192
context_path: "{{ item.context }}"
192193
nginx_paths:
193194
- path: "/{{ item.context }}"
195+
appname: "{{ item.appname }}"
194196
is_proxy: true
195197
proxy_pass: "http://127.0.0.1:{{item.port}}/{{ item.context }}"
196198
with_items:

0 commit comments

Comments
 (0)