PHRAS-2565 Update vars for PHP7-2 build, check of another builds in progress

This commit is contained in:
Xavier Rousset
2019-06-11 16:49:26 +02:00
parent 1fca66d326
commit b8efa93e39
3 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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