Fixes #2: Set the correct opcache priority on Debian and Ubuntu.

This commit is contained in:
Jeff Geerling 2017-05-23 21:58:57 -04:00
parent 51ed3c4e4f
commit 9282f45fde
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
---
- name: Set the correct opcache filename (Ubuntu).
- name: Set the correct opcache filename (Ubuntu/Debian).
set_fact:
php_opcache_conf_filename: "10-opcache.ini"
when: ansible_distribution == "Ubuntu"
- name: Add repository for PHP versions (Ubuntu).
apt_repository: repo='ppa:ondrej/php'