From f01357976cb8a86736169796a986ea4df27e3bd9 Mon Sep 17 00:00:00 2001 From: Olivier LOCARD Date: Thu, 6 Oct 2016 13:59:29 +0200 Subject: [PATCH] restart instead of reload after remove default. --- tasks/vhosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/vhosts.yml b/tasks/vhosts.yml index aca9315..cf27c14 100644 --- a/tasks/vhosts.yml +++ b/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: