Fixes #33: php_extension_conf_path can be a symlink

This commit is contained in:
Jeff Geerling 2015-04-14 13:29:26 -05:00
parent fda9cfff95
commit 2f5d56721a

View File

@ -3,6 +3,7 @@
file:
path: "{{ item }}"
state: directory
follow: true
with_items:
- "{{ php_conf_path }}"
- "{{ php_extension_conf_path }}"