From: Alfredo Deza Date: Fri, 29 Apr 2016 13:14:03 +0000 (-0400) Subject: use the correct ID for the Jessie key X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F379%2Fhead;p=ceph-build.git use the correct ID for the Jessie key Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 9c60ab0d..377baed8 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -107,7 +107,7 @@ - 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.asc keyring=/etc/apt/trusted.gpg.d/jessie.gpg state=present + apt_key: id=2B90D010 url=https://ftp-master.debian.org/keys/archive-key-8.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