]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the correct ID for the Jessie key 379/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 29 Apr 2016 13:14:03 +0000 (09:14 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 29 Apr 2016 13:14:03 +0000 (09:14 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml

index 9c60ab0da39ae7de55f729ad0dfda11715161ce1..377baed8884c69219f3efc08ba9cf6331109ce1e 100644 (file)
     - 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