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

#6 Define priority in ini file

parent bcb0f9d7
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,6 @@
- include_tasks: php.yml
- name: "Disable OpCache for CLI and FPM, they are there twice"
command: 'phpdismod -s {{ item }} opcache'
with_items:
- 'cli'
- 'fpm'
when: php_version|default("5.5") == "7"
- name: "Link PhpEnMod for PHP 5.3"
file:
dest: '/usr/local/bin/php{{ item }}'
......
; priority=10
zend_extension=opcache.so
opcache.enable=1
opcache.memory_consumption={{ opcache_memory_consumption }}
......
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