Skip to content

Commit

Permalink
Fix duplicate validate_timestamps (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalibora authored and akondas committed May 18, 2017
1 parent 93d9324 commit cbb86a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
- name: opcache - changing max accelerated files
lineinfile: dest=/etc/php/7.1/fpm/php.ini
regexp='opcache.max_accelerated_files='
line='opcache.validate_timestamps={{ php_opcache_max_accelerated_files }}'
line='opcache.max_accelerated_files={{ php_opcache_max_accelerated_files }}'
insertafter="^[opcache]"
notify: restart php7-fpm

Expand Down

0 comments on commit cbb86a7

Please sign in to comment.