restart instead of reload after remove default.

pull/73/head
Olivier LOCARD 8 years ago
parent eb2b1a5753
commit f01357976c
  1. 2
      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: