Skip to content

Commit

Permalink
Update wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Apr 14, 2016
1 parent 31bdbfe commit ccd7db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/virtualenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
- name: Set virtualenv directory owner to wsgi user
file: state=directory path="{{ item.virtualenv|default("/opt/%s/env" % item.name )}}" owner="{{wsgi_user}}" recurse=yes
with_items: "{{wsgi_applications}}"
ignore_errors: yes
become: yes

0 comments on commit ccd7db6

Please sign in to comment.