src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/nginx/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-09 12:08:03 -0600
committerLuke Hoersten <[email protected]>2020-02-09 12:08:03 -0600
commitc17f28aafd1f15a8c26835196956c1c209ec5ff3 (patch)
tree471a2637b3d3b7551845af91c86be54586c2d2e5 /roles/nginx/handlers
parent11746a2c064018a642486b208b2fdcaeae8ea8e5 (diff)
Moved roles to top level dir.
Diffstat (limited to 'roles/nginx/handlers')
-rw-r--r--roles/nginx/handlers/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/nginx/handlers/main.yaml b/roles/nginx/handlers/main.yaml
deleted file mode 100644
index 1feca07..0000000
--- a/roles/nginx/handlers/main.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-
-- name: restart nginx
- become: yes
- systemd: name="nginx" state="restarted" daemon_reload="yes"