Explorar el Código

restart instead of reload after remove default.

Olivier LOCARD hace 9 años
padre
commit
f01357976c
Se han modificado 1 ficheros con 1 adiciones y 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: