diff --git a/tasks/main.yml b/tasks/main.yml index 29501fec4cee7f1a3455bc588fe18ffec4be5504..e3d293dbea0488a01a268b3157156576849f42ac 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,11 +13,13 @@ - block: - - include_tasks: variables.yml + - name: Include variables + include_tasks: variables.yml tags: - always - - import_tasks: php.yml + - name: Import php + import_tasks: php.yml - name: Link PhpEnMod for PHP 5.3 file: diff --git a/tasks/php.yml b/tasks/php.yml index 48021c4894a2dd47f4111b29a4a3f7c79b7f7584..1570b544a425cfd531be9b87d169b59f42da9abe 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -49,7 +49,8 @@ notify: - Restart Apache -- import_tasks: php53.yml +- name: Import php53 + import_tasks: php53.yml when: php_version|default('5.5') == '5.3' - name: Configuration file, fcgid.conf @@ -106,10 +107,12 @@ owner: www-data group: www-data -- include_tasks: oci-{{ php_version|default('5.5') }}.yml +- name: Include oci version + include_tasks: oci-{{ php_version|default('5.5') }}.yml when: repository is defined and php_needs_oci8 -- import_tasks: msodbc.yml +- name: Import msodbc + import_tasks: msodbc.yml when: php_needs_msodbc - name: Ensure ImageMagick config directory