diff --git a/tasks/installation.yml b/tasks/installation.yml index d8f27dc..1a6fd40 100644 --- a/tasks/installation.yml +++ b/tasks/installation.yml @@ -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"