Merge pull request #90 from cybacolt/master

fix for symlink docroot failure
This commit is contained in:
Forrest 2015-11-16 19:33:38 -08:00
commit 939011c4f2

View File

@ -27,6 +27,7 @@ include:
- unless: test -d {{ documentroot }}
- name: {{ documentroot }}
- makedirs: True
- allow_symlink: True
{% endif %}
{% if grains.os_family == 'Debian' %}