diff --git a/README.md b/README.md index 7332f24964c7e76f759cec018e28c9a4fe8ea2f6..95f293fe37b2e17496ce685a164742e359633226 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