Skip to content

Commit c5001d8

Browse files
volunteer-portal: fix tasks
1 parent 30efce7 commit c5001d8

File tree

1 file changed

+0
-3
lines changed
  • ansible/roles/volunteer-portal/tasks

1 file changed

+0
-3
lines changed

ansible/roles/volunteer-portal/tasks/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,10 @@
8383
appname: "volunteer-portal"
8484
hostname: "{{ digivol_hostname }}"
8585
context_path: "{{ digivol_context_path }}"
86-
nginx_root: "{{}}"
8786
nginx_paths:
8887
- path: "{{ digivol_context_path }}"
8988
is_proxy: true
9089
proxy_pass: "http://127.0.0.1:8080/{{ digivol_context_path }}"
91-
notify:
92-
- reload nginx
9390
tags:
9491
- nginx_vhost
9592
- volunteer-portal

0 commit comments

Comments
 (0)