Skip to content

Commit

Permalink
hopefully fixing symlink issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardclau committed Mar 24, 2016
1 parent 93257d0 commit 61c8823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/symlink-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

# Symlinks shared paths
- name: ANSISTRANO | Create softlinks for shared paths
file: state=link path={{ ansistrano_release_path.stdout }}/{{ item }} src=../../shared/{{ item }}
file: state=link path={{ ansistrano_release_path.stdout }}/{{ item }} src="{{ item | regex_replace('[^\/]*', '..') }}/../shared/{{ item }}"
with_items: ansistrano_shared_paths

0 comments on commit 61c8823

Please sign in to comment.