mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-1790 Export repository url on vars, fix rabbitmq issue
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
---
|
||||
- name: Add ppa Repository
|
||||
# Watch repositories task to retrieve repository add
|
||||
- name: Install php5.6
|
||||
sudo: yes
|
||||
apt_repository: repo=ppa:ondrej/{{ php.ppa }} update_cache=yes
|
||||
|
||||
- name: Install php5
|
||||
sudo: yes
|
||||
apt: pkg=php5 state=latest
|
||||
apt: pkg=php5.6 state=latest
|
||||
|
||||
- name: Install php5.6-fpm
|
||||
sudo: yes
|
||||
|
Reference in New Issue
Block a user