diff --git a/tasks/main.yml b/tasks/main.yml index f6616e91973721373553a4de9c0406607f743210..a369324524321ba42aa81d0eeb12d162fc7a804c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,7 +11,7 @@ - block: - - include: php.yml + - include_tasks: php.yml - name: "Disable OpCache for CLI and FPM, they are there twice" command: 'phpdismod -s {{ item }} opcache' diff --git a/tasks/php.yml b/tasks/php.yml index c2f452004202e6887c0b7fbcc85c18b49454d9c7..029c383ef159d09f5e4314741e78db45a3c7c326 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -49,7 +49,7 @@ notify: - "Apache | Restart Apache" -- include: php53.yml +- include_tasks: php53.yml when: php_version|default('5.5') == '5.3' - name: "PHP | Configuration file, fcgid.conf" @@ -104,7 +104,7 @@ owner=www-data group=www-data -- include: oci-{{ php_version|default('5.5') }}.yml +- include_tasks: oci-{{ php_version|default('5.5') }}.yml when: repository is defined and php_needs_oci8 - name: "PHP | Ensure ImageMagick config directory"