summaryrefslogtreecommitdiff
path: root/roles/uwsgi/app/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-08 20:06:25 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-08 20:06:25 +0100
commit785cae7ccf8c69366438a446ff121ecbb7ad5465 (patch)
treef9971024e7befb12bb2bf26277d7b8c2006c36e1 /roles/uwsgi/app/handlers/main.yml
parentadd role for graphite carbon-cache (diff)
add grahpite web and grafana roles
Diffstat (limited to 'roles/uwsgi/app/handlers/main.yml')
-rw-r--r--roles/uwsgi/app/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/uwsgi/app/handlers/main.yml b/roles/uwsgi/app/handlers/main.yml
new file mode 100644
index 00000000..eeeffb99
--- /dev/null
+++ b/roles/uwsgi/app/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: reload uwsgi
+ service:
+ name: uwsgi
+ state: reloaded