Skip to content

Commit

Permalink
Merge pull request #2 from sitewards/adhoc-fix-for-symlink-checks
Browse files Browse the repository at this point in the history
ADHOC-FIX (check symlink step): Add an exception for symlink check.
  • Loading branch information
vladsmirnov authored Apr 25, 2019
2 parents 44c3079 + 861db96 commit 84e1053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
path: "{{ item.dest }}"
owner: "{{ magento_user }}"
group: "{{ magento_group }}"
state: link
state: "{{ item.state | default('link') }}"
with_items: "{{ magento_shared_folders }}"

- name: "Reload the PHP runtime"
Expand Down

0 comments on commit 84e1053

Please sign in to comment.