fix for symlink docroot failure

This commit is contained in:
Rowcliffe Browne 2015-11-17 11:16:24 +08:00
parent e62a82116b
commit fd49c2c385

View File

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