From eef657e6a9c60992f546de90184bef52c7e277c7 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Sun, 1 Jul 2018 16:11:33 +0200 Subject: [PATCH] update docu, there was this stupid things with the handlers :/ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7332f24..95f293f 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,8 @@ Define in your host_vars/<host> the dictionary `webapps` - instance: <instancen_name> app: <app_name> app_vars: "<instance_name>.yml" <-- path to variable file from above + +! Note, it very important, to add the handler + +- name: restart uwsgi instance <instance_name> + service: name="uwsgi@<instance_name>" state=restarted -- GitLab