From c2e3b8017d94161dbf170e02c26b52cbd9d45429 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 26 Jul 2021 16:08:03 -0500 Subject: Changing www root content does not require an nginx reload. --- nginx/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'nginx/tasks/main.yaml') diff --git a/nginx/tasks/main.yaml b/nginx/tasks/main.yaml index f579e9c..19e4fab 100644 --- a/nginx/tasks/main.yaml +++ b/nginx/tasks/main.yaml @@ -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 -- cgit v1.2.3