Skip to content
Snippets Groups Projects
Commit 1c116347 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 21a76847
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
- block:
- include_tasks: php.yml
- import_tasks: php.yml
- name: "Link PhpEnMod for PHP 5.3"
file:
......
......@@ -49,7 +49,7 @@
notify:
- "Apache | Restart Apache"
- include_tasks: php53.yml
- import_tasks: php53.yml
when: php_version|default('5.5') == '5.3'
- name: "PHP | Configuration file, fcgid.conf"
......@@ -106,7 +106,7 @@
owner=www-data
group=www-data
- include_tasks: oci-{{ php_version|default('5.5') }}.yml
- import_tasks: oci-{{ php_version|default('5.5') }}.yml
when: repository is defined and php_needs_oci8
- name: "PHP | Ensure ImageMagick config directory"
......
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