mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Fixes #158: Switch to ondrej/php repo since php5-5.6 is dead.
This commit is contained in:
parent
e863c348c3
commit
57c67683db
@ -1,5 +1,4 @@
|
||||
---
|
||||
php_version: "5.6"
|
||||
php_packages:
|
||||
- php5
|
||||
- php5-mcrypt
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user