src.nth.io/

summaryrefslogtreecommitdiff
path: root/postgresql/handlers
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 /postgresql/handlers
parentec4bb6bcf789d0312e35ddfa96780931c3b446ea (diff)
Moved postgres and nginx roles to ansible-roles.
Diffstat (limited to 'postgresql/handlers')
-rw-r--r--postgresql/handlers/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/postgresql/handlers/main.yaml b/postgresql/handlers/main.yaml
deleted file mode 100644
index d2eb688..0000000
--- a/postgresql/handlers/main.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-
-- name: restart postgres
- become: yes
- systemd: name="postgresql" state="restarted" daemon_reload="yes"