Skip to content

Commit

Permalink
relative symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardclau committed Mar 6, 2016
1 parent 6469adf commit 94a8d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/symlink.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: ANSISTRANO | Change web softlink from current release to previous one
file: state=link path={{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }} src={{ ansistrano_releases_path.stdout }}/{{ ansistrano_previous_release_version.stdout }}
file: state=link path={{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }} src=./{{ ansistrano_version_dir }}/{{ ansistrano_previous_release_version.stdout }}

0 comments on commit 94a8d43

Please sign in to comment.