From: Alfredo Deza Date: Thu, 28 Apr 2016 11:37:22 +0000 (-0400) Subject: Add Debian Jessie GPG Key X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F376%2Fhead;p=ceph-build.git Add Debian Jessie GPG Key Regardless of the machine, since we are usually building on Trusty, this will allow that type of server to build and avoid the "Release signed by unknown key" issue. Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 8633a39f..6fc1113e 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -104,6 +104,11 @@ - libffi-dev when: ansible_pkg_mgr == "apt" + - name: Add the Debian Jessie Key + sudo: yes + when: ansible_pkg_mgr == "apt" + apt_key: id=518E17E1 url=https://ftp-master.debian.org/keys/archive-key-8.0.asc keyring=/etc/apt/trusted.gpg.d/jessie.gpg state=present + - name: correct java version selected alternatives: name=java path=/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java when: