Explorar o código

Merge pull request #73 from olo-dw/vhost_restart

Restart instead of reload after remove default.
Jeff Geerling %!s(int64=9) %!d(string=hai) anos
pai
achega
19b1c5c9ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tasks/vhosts.yml

+ 1 - 1
tasks/vhosts.yml

@@ -4,7 +4,7 @@
     path: "{{ nginx_default_vhost_path }}"
     state: absent
   when: nginx_remove_default_vhost
-  notify: reload nginx
+  notify: restart nginx
 
 - name: Ensure nginx_vhost_path exists.
   file: