summaryrefslogtreecommitdiffstats
path: root/handlers/main.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-04 03:14:22 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-12 01:10:58 +0200
commit886afa0f9a261c239eaad0744878f63db7ee2d68 (patch)
treedf68103f676365571eec0c43700541de0d50e6a3 /handlers/main.yml
parentf346b05b5f62298039894a356fea3c914eb7e861 (diff)
Install PostgreSQL and PostGIS.HEADmaster
Diffstat (limited to 'handlers/main.yml')
-rw-r--r--handlers/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
index c241ecc..189b880 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -46,3 +46,9 @@
- name: Reload nginx
service: name=nginx.service state=reloaded
+
+- name: Restart PostgreSQL
+ service: name=postgresql.service state=restarted
+
+- name: Reload PostgreSQL
+ service: name=postgresql.service state=reloaded