mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
Fixes #33: php_extension_conf_path can be a symlink
This commit is contained in:
parent
fda9cfff95
commit
2f5d56721a
@ -3,6 +3,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
follow: true
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ php_conf_path }}"
|
- "{{ php_conf_path }}"
|
||||||
- "{{ php_extension_conf_path }}"
|
- "{{ php_extension_conf_path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user