Skip to content
Snippets Groups Projects
Commit 985b2801 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 1c7a99a6
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
- "Apache | Restart Apache"
- name: "PHP | Install PECL packages"
shell: 'pecl install {{ item }}'
shell: 'pecl install --soft {{ item }}'
with_items:
- 'sqlsrv'
- 'pdo_sqlsrv'
......
......@@ -109,11 +109,9 @@
- include_tasks: oci-{{ php_version|default('5.5') }}.yml
when: repository is defined and php_needs_oci8
tags: 'always'
- include_tasks: msodbc.yml
when: php_needs_msodbc
tags: 'always'
- name: "PHP | Ensure ImageMagick config directory"
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment