mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2565 Update vars for PHP7-2 build, check of another builds in progress
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
changed_when: false
|
||||
|
||||
- name: Install Dependencies
|
||||
apt: pkg=openjdk-7-jre state=latest
|
||||
apt: pkg=openjdk-8-jre state=latest
|
||||
|
||||
- name: Remove temporary debian package
|
||||
shell: rm -f /tmp/elasticsearch-{{ elasticsearch.version }}.deb
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
- name: Add Key for MariaDB Repository
|
||||
sudo: yes
|
||||
apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcbcb082a1bb943db
|
||||
apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8
|
||||
|
||||
# RabbitMQ
|
||||
- name: Add rabbitmq package repository
|
||||
|
@@ -34,12 +34,14 @@ server:
|
||||
- fr_FR.UTF-8
|
||||
- de_DE.UTF-8
|
||||
- nl_NL.UTF-8
|
||||
|
||||
repositories:
|
||||
php: 'ppa:ondrej/php'
|
||||
mariadb: 'deb http://mirror6.layerjet.com/mariadb/repo/10.1/ubuntu'
|
||||
mariadb: 'deb [arch=amd64,arm64,i386,ppc64el] http://mirror.nodesdirect.com/mariadb/repo/10.3/ubuntu'
|
||||
elasticsearch: 'ppa:webupd8team/java'
|
||||
rabbitmq: 'deb http://www.rabbitmq.com/debian/ testing main'
|
||||
yarn: 'https://dl.yarnpkg.com/debian/'
|
||||
|
||||
vagrant_local:
|
||||
install: '1'
|
||||
vm:
|
||||
|
Reference in New Issue
Block a user