Changing www root content does not require an nginx reload.
authorLuke Hoersten <luke@hoersten.org>
Mon, 26 Jul 2021 16:08:03 -0500
changeset 175 5b2a3d2cce22
parent 174 431c6d5e5dd4
child 176 2d705e63f6cb
Changing www root content does not require an nginx reload.
nginx/tasks/main.yaml
--- a/nginx/tasks/main.yaml	Sun Jul 25 10:30:51 2021 -0500
+++ b/nginx/tasks/main.yaml	Mon Jul 26 16:08:03 2021 -0500
@@ -40,7 +40,6 @@
   become: yes
   copy: src="{{nginx_root_src}}" dest="{{nginx_root_dest}}/"
   when: nginx_root
-  notify: reload nginx
 
 - name: enable nginx service
   become: yes