Fixing provision

This commit is contained in:
Felipe Martín 2015-06-16 23:35:03 +02:00
parent 499c43284f
commit 70ffb96617
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
remote_user: "{{ app_user }}"
- name: Symlink new release
file: src={{ deploy_path.stdout }}/git/src
file: src={{ deploy_path.stdout }}/git
dest=/home/{{ app_user }}/current
state=link
force=true