src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-09 19:21:58 -0500
committerLuke Hoersten <[email protected]>2020-06-09 19:21:58 -0500
commit123969bbffd4979597826634cef2dcd2cf364456 (patch)
tree4cc49ba6b77c4c143fdbb5adebf5b1f2b3ce4d98 /nginx/handlers/main.yaml
parentec4bb6bcf789d0312e35ddfa96780931c3b446ea (diff)
Moved postgres and nginx roles to ansible-roles.
Diffstat (limited to 'nginx/handlers/main.yaml')
-rw-r--r--nginx/handlers/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/nginx/handlers/main.yaml b/nginx/handlers/main.yaml
deleted file mode 100644
index 1feca07..0000000
--- a/nginx/handlers/main.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-
-- name: restart nginx
- become: yes
- systemd: name="nginx" state="restarted" daemon_reload="yes"