From 985b28017d4ff83b2ee88c4e4d0085ee04d62985 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 7 Feb 2018 10:54:32 +0100 Subject: [PATCH] Bug fix --- tasks/msodbc.yml | 2 +- tasks/php.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/msodbc.yml b/tasks/msodbc.yml index 827aaa4..f6b1d1c 100644 --- a/tasks/msodbc.yml +++ b/tasks/msodbc.yml @@ -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' diff --git a/tasks/php.yml b/tasks/php.yml index d63677d..28edbbf 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -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: -- GitLab