diff options
| author | Luke Hoersten <[email protected]> | 2021-07-26 16:08:03 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-26 16:08:03 -0500 |
| commit | c2e3b8017d94161dbf170e02c26b52cbd9d45429 (patch) | |
| tree | d22883c503dee31d4dae6d52ca8e914e20587474 /nginx/tasks | |
| parent | 1804c35d5306fc9c34c07655419fa8449c501162 (diff) | |
Changing www root content does not require an nginx reload.
Diffstat (limited to 'nginx/tasks')
| -rw-r--r-- | nginx/tasks/main.yaml | 1 |
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 |
