src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/nginx/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2019-01-03 20:46:13 -0600
committerLuke Hoersten <[email protected]>2019-01-03 20:46:13 -0600
commitc5ba641b1cb66e19c23691995bcd0661fbf4d027 (patch)
treeb86b24d3e84c60fa2790787fb58b6829451e31aa /roles/nginx/handlers
parentd8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 (diff)
Lots of updates.
Diffstat (limited to 'roles/nginx/handlers')
-rw-r--r--roles/nginx/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/nginx/handlers/main.yaml b/roles/nginx/handlers/main.yaml
new file mode 100644
index 0000000..1feca07
--- /dev/null
+++ b/roles/nginx/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart nginx
+ become: yes
+ systemd: name="nginx" state="restarted" daemon_reload="yes"