Fixes #158: Switch to ondrej/php repo since php5-5.6 is dead.

This commit is contained in:
Jeff Geerling 2016-11-07 08:55:42 -06:00
parent e863c348c3
commit 57c67683db
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
---
php_version: "5.6"
php_packages:
- php5
- php5-mcrypt

View File

@ -19,7 +19,7 @@
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version != '12.04'
- name: Add repository for PHP 5.6.
apt_repository: repo='ppa:ondrej/php5-5.6'
apt_repository: repo='ppa:ondrej/php'
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '12.04'
roles: