Skip to content
Snippets Groups Projects
Commit 407113c6 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

update docu, there was this stupid things with the handlers :/

parent 8fea9c4e
Branches
No related tags found
No related merge requests found
...@@ -84,3 +84,8 @@ Define in your host_vars/<host> the dictionary `webapps` ...@@ -84,3 +84,8 @@ Define in your host_vars/<host> the dictionary `webapps`
- instance: <instancen_name> - instance: <instancen_name>
app: <app_name> app: <app_name>
app_vars: "<instance_name>.yml" <-- path to variable file from above 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment