Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teror4uks committed Aug 21, 2017
1 parent 1179ece commit 9118cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-django-deploy/roles/system/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
file: path="/etc/uwsgi/vassals" owner="root" group=root state=directory

- name: create symlink for emperator
file: src="{{ user_homedir }}/projects/{{ project_slug }}/{{ project_slug }}/uwsgi.{{ project_slug }}.ini" dest="/etc/uwsgi/vassals/uwsgi.{{ project_slug }}.ini"
file: src="{{ user_homedir }}/projects/{{ project_slug }}/{{ project_slug }}/uwsgi.{{ project_slug }}.ini" dest="/etc/uwsgi/vassals/uwsgi.{{ project_slug }}.ini" state=link

- name: create service
template: src="shortner.service.j2" dest="/etc/systemd/system/shortner.service"

0 comments on commit 9118cf1

Please sign in to comment.