소스 검색

restart instead of reload after remove default.

Olivier LOCARD 9 년 전
부모
커밋
f01357976c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: