src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-26 16:08:03 -0500
committerLuke Hoersten <[email protected]>2021-07-26 16:08:03 -0500
commitc2e3b8017d94161dbf170e02c26b52cbd9d45429 (patch)
treed22883c503dee31d4dae6d52ca8e914e20587474 /nginx/tasks/main.yaml
parent1804c35d5306fc9c34c07655419fa8449c501162 (diff)
Changing www root content does not require an nginx reload.
Diffstat (limited to 'nginx/tasks/main.yaml')
-rw-r--r--nginx/tasks/main.yaml1
1 files changed, 0 insertions, 1 deletions
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